Crystal Fighters
A downloadable game for Windows, macOS, and Linux
Control | Key |
---|---|
move left | left arrow |
move right | right arrow |
jump | up arrow |
shoot bullet | left click |
shoot laser | right click |
in the source code you can change the variables in line 26 - 29 to change the controls.
character keys are named "K_[lowercase character]"
for more information visit https://www.pygame.org/docs/ref/key.html
The Objective:
Try to survive as long as you can!
if you or the giant crystal get hit, the health bar (red bar on the right) will go down. shoot the other robots, trying to shoot you or the crystal to survive longer!
But be careful! you can damage the crystal or yourself as well!
== CHANGES IN PORTS ==
All Ports have minor changes in code - to allow loading images in a different environment or to remove redundant imports (not importing numpy and math) to decrease the file size. If any changes are affecting the gameplay or visuals they will be listed below.
MacOs:
- it takes some time to load. If the music starts playing, everything is fine, you just need to wait a few seconds.
- press space after death to restart (don't rate this death screen, it was not made during the jam.)
Download
Install instructions
Executables:
simply double-click the file. if it doesn't work please contact me.
Source code requirements:
python3 (download python)
pygame2 (to install run in your terminal / cmd:)
pip[3] install pygame
numpy is optional but improves the performence.
pip[3] install numpy
if the above mentioned pip install doesn't work use the code below:
python[3.x] -m pip install pygame
Leave a comment
Log in with itch.io to leave a comment.