Skip to content

Cloudxtreme/Chaos-Projectile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaos Projectile - Run 'n' Gun meets RPG

Synopsis

Chaos Projectile is an open source 2-dimensional action arcade game with role-playing elements, currently in development.

screenshot

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 attri- butes 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.

screenshot

Used Libraries

Run the game

After pulling the repository, you can run the game using the following commands:

  • apt-get install python-pygame python-pip
  • pip install pytmx 'pyscroll<2.16.2' --force-reinstall
  • 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 engine) and pip (installer for the pytmx and pyscroll) from other sources.

screenshot

Developers

  • Code by Anna Dorokhova is licensed under GNU GPLv3
  • 2D game art assets by Anna Dorokhova are licensed under CC-BY 4.0
  • Leveldesign and balancing by Maik Helfrich GNU GPLv3

About

Run ‘n’ Gun meets RPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%