Space Colony is an adventure Pygame.
- Fork this repo.
- Clone it into your os.
Open a terminal and use the command
python main.py
- There are only four colors in the Colony i.e. Red, Green, Blue, Anonymous.
- After every bullet fired the color of your spaceship will change randomly along with color of the bullet.
- The player must hit the UFO of the same colour as the Ship and Bullet.
- Score is calculated by number of UFOs hit.
- Shooting down wrong UFO or colliding Player ship with any UFO ends the game.
Dealing with anonyous.... The colour of the spaceship becomes white with red coloured wings, the bullet becomes a star and the yellow colour UFO needs to be shot.