Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 790 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 790 Bytes

Orbit Hunt 'Leaps and Bounds' - Game Off 2019

Authors

  • Jeremy Tsang
  • Hae-Ji Park

Description

Try to grab the green balls before being attacked by the red balls.

Requirements

Requires PyGame (tested on v. 1.9.6)

Instructions

Starting Game

Run game by either running

python main.py

or

chmod u+x main.py  # Only needs to be executed once
./main.py          # Run everytime starting game

Controls

KEY DESCRIPTION
jump to outer orbits
jump to inner orbits
move counterclockwise
move clockwise

Screenshot or Video