Chaos Projectile is an open source 2-dimensional action arcade game with role-playing elements, currently in development.
The game is set in the run’n’gun genre but there will also be character development system with which the character can gain additional attributes or actions permanently over the course of the game. Every level has multiple exits. Dependent on what exit the player chooses, different character attributes get changed or actions unlocked. The setting is inspired after ancient Egypt. Visual elements of the Art Nouveau era are present, as well as influences from the Cthulhu cult by Lovecraft.
A-W-D are for movement. Mouse click for attack. Aim with the mouse. K resets the game. Game pad controll is buggy! (Currently testing with a XBox Controller)
- Pygame: http://www.pygame.org/news.html
- PyTMX: https://github.com/bitcraft/pytmx
- pyscroll: https://github.com/bitcraft/pyscroll
After pulling the repository, you can run the game using the following commands:
- apt-get install python-pygame python-pip
- pip install pytmx pyscroll
- cd src
- python game.py
As the game was mainly developed on Debian-like systems, those commands assume Python and apt-get to be available. If you run the game on non-Debian Operating Systems, you won't be able to run the first command. Thus, you will need to install PyGame (used library) and pip (installer for the pytmx and pyscroll) from other sources.