Javascript Programming
- mitchmartin18
- Apr 27, 2015
- 1 min read
For my first digital game creation,I used the Perlenspiel engine to make a basic game using Javascript. The enemies moved at a set speed along a set course and the debug window kept track of lives if you (green piece) ran into the enemies (red pieces). There was a simple score keeper with coins and a game reset if lives reached zero.


Comments