- Menu
- Map-system (including spawns, etc)
- Movement and collision system
- Game-mechanic system
- NPC and AI system
- Sound system
- to be continued
Download sources:
git clone git://github.com/xd-development/Pacman-Reloaded.git
Download sources in custom folder:
git clone git://github.com/xd-development/Pacman-Reloaded.git <folder_name>
Update sources for up-to-date version (local):
git pull git://github.com/xd-development/Pacman-Reloaded.git master
Update the git repository with own changes:
git push git://github.com/xd-development/Pacman-Reloaded.git master