Commit 9,10 Changed movement to sequence, added a simple level - MATF-RG19/RG183-coding-simulator GitHub Wiki
In the previous iterations of the program, in order to make the figure move you needed to press one of the WASD keys and the figure would move in the appropriate direction. However since the idea of this program is that you have to plan your movements ahead and the run them as a sequence after you've finished with the movement input this had to be changed.
- The figure now moves in the appropriate sequence entered before pressing the ENTER key.
- Special tiles were added. These tiles need to be activated by pressing the "e" key when the figure is positioned on them
- All special tiles need to be activated in order for a level to be completed
- A very basic level was added to show these new features
- Upgraded my video capture :)
Example level: Simple Level 1