Hello folks!
I'm working on a game where you can learn lua programming language by actually playing the game.
The objectives of the game are
- To learn basics of the syntax: functions, if-else, loops, variables etc..
- To learn how to think like a programmer: to address compile and runtime bugs, to solve problems in most easy ways, to discover the smart way of solving the problem instead of the hard way etc.
- All this while solving the puzzles!
Currently it's in a very early stage, so you won't learn so much from it :) But it does have the initial feeling I wanted to express.
I plan to add more interactive objects, programmable items, maybe some craftings etc.
Also I will add some simple story to give it some human touch, but for the current stage it wasn't crucial
Here is the link to the project.
The gameplay lasts for around 5 mins.
Please give me very general feedback on the game:
- Is this kind of game playable? Is it fun?
- Is the UI and camera movement the right choice?
- Is there anything unclear, confusing or difficult? UX and gameplay wise?
- Share any thoughts you might have after the session
Thanks for your time and have fun!