Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This feedback of mine is coming from one that also does STEM jobs teaching game development to students:

As an educational project, I find the visuals your present and the instructions clear enough to be playable and fun

The camera movement for the commands feel smooth enough and clear enough to get an idea where to go

There are two things that should be made clear:

  1. What the objective of each level should be (an indicator of where the player should go can be added)
  2. How far each step in the Move() function takes. It should be clear how far you are going if you want the player to reach the goal. There have been many times I had to restart the level because I failed to use the correct argument value for Move()


Other than that, I find the project to be promising for an educational title.

Thanks a lot for your feedback, especially when you're in this field. I will add the points to the list and implement these with the next update.