Jul 20 2025
Super Bobby World - part 6
First milestone reached
Very excited, because when it comes to platformers, reaching this point of the project can take a really long time. But we got here with a lot of time to spare!
- Platform physics in place
- Player controls and physics in place
- System for enemy and interactable behaviour in place
- Music and sound is working
- Even have basic localization in place (because my kids only reads Swedish, but I have friends who only reads English)
- Restarting the game, score, lives, game over in place
- Even have a debug menu in place
Started second milestone
We have the basic building blocks in place, but no good way to actually place them. Next step is a simple level editor.
Level editor progress today
- A struct to represent all level data in the game
- Write all data to a text file
- Read the text file and populate back all the values
So, have basic serialization/deserialization in place. Good progress today as well!