update 20230820-0227
xr57p (Prototype) » Devlog
fixed bug. problem:
- tiles were flipping immediately,
- this caused disconnect between flipping action and player moving onto tile later
- also would spawn aliens and then they would move across board before you could arrive
- also just makes sense you need to be next to it to flip it (can't flip it from across map)
- also all this showed that too much decision-making was being made in the "click" event, rather than in the movement code
solution:
- moved the decision-making around tile flip into the player movement code: decision's about flipping and then moving onto it made once player is about to move onto that tile
Files
xr57p-20230820-0227-html.zip 805 kB
Aug 20, 2023
xr57p-20230820-0227-win.zip 4 MB
Aug 20, 2023
Get xr57p (Prototype)
xr57p (Prototype)
Turn-based grid-based adventure for the Eggplant podcast game jam
More posts
- 2023 09 15 - fail state and core loop (windows only)Sep 16, 2023
- update 2023-08-24-0828 starting tilesAug 25, 2023
- update 2023-08-23-1042Aug 24, 2023
- update 20230822-0837Aug 23, 2023
- xr57p-20230819-0950Aug 19, 2023
- xr57p-20230817-1134Aug 18, 2023
- version 20230817.0720pmAug 18, 2023
Leave a comment
Log in with itch.io to leave a comment.