Return to repo list

gatemender

Arcade game about fixing warp gates. LibreJam Dec 2020 Entry.
Return to HMagellan.com

README (1713B)


      1 GATEMENDER - Warp-Gate Repair Arcade Game
      2 
      3 HOW TO PLAY
      4 
      5     Avoid or destroy the asteroids and repair the broken parts of the warp gates! Collect materials
      6     from blowing up asteroids. Use materials to repair the gates! The color of material needed is
      7     indicated by the highlight around the damaged gate component and the number of needed materials
      8     is indicated by the number in front of the component.
      9 
     10     Finish the gate to open the vortex! Fly through to reach the next gate, but beware, as the difficulty
     11     increases for each new gate!
     12 
     13     Go for the high score!
     14 
     15     w - thrust
     16     s - brakes
     17     a - turn left
     18     d - turn right
     19     e - repair (hold while over broken gate component)
     20     Space - shoot
     21     k - BURST!
     22 
     23 INSTALLATION
     24 
     25 * Linux:
     26     Gatemender depends on Python (version 3.6 or greater) and Pygame (version 2.0 or greater). It is
     27     best run in a virtual environment. To set up one of these with pip, enter the following commands
     28     in the Gatemender directory:
     29 
     30         python3 -m venv env
     31         source env/bin/activate
     32         pip3 install -r requirements.txt
     33 
     34     Gatemender can then be run by typing:
     35 
     36         python3 main.py
     37 
     38 * Windows:
     39     Download Python (version 3.6 or greater) and Pygame (version 2.0 or greater), then run main.py (note:
     40     this game has not yet been tested in a Windows environment!)
     41 
     42 LICENSE
     43 
     44     All code is licensed under MIT/Expat license
     45     All media files (sounds/images) are released under CC BY-SA 4.0 International license
     46     Certain files are from other sources and are released under other (fully free) licenses
     47     Refer to LICENSE file for more info
     48 
     49 CREDITS
     50 
     51     Gatemender was created by Erik Letson for the December 2020 Librejam.