Posted By
 Csabo on 2016-12-02 16:00:48
| Re: How to make my own Pacman game?
I use Plus4IDE (an integrated development environment), which in turn uses AS65 (which is an assembler). If you want to get started with C16/Plus4 game development, all my games come with fully commented source code, and they are quite modular - so for example, no-one should ever have to write another keyboard handler, or high score list, or a random number generator. |