Day 1 Progress Report
My game is a puzzle game where you are a robot that needs to get to an exit for game reasons. The issue is that your puny robot body can only hold 3 programs at the same time (basically movement abilities). You can get new movement abilities from terminals which will help you solve the puzzles. I've never made a puzzle game before so I'm not sure if I can make good puzzles with tools I've made but I know if I can't then someone could.
Things are coming along nicely. Have a grid down, map creation is pretty simple, and got 3 abilities in the game so far. Move, Jump, and Sprint are currently implemented. Need to add spikes or some sort of obstacle that turns on and off so that sprint can be useful. Moving from level to level now works and I'm making assets as I go so no worries there.
TODO:
Spikes
Sliding
Pushing
Keys
Other Abilities?
Other Enemies?