Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 635 Bytes

ships-game

This is a single player game in which you pilot a ship and attempt to destroy the enemy ship.

The battlefield is randomized and there are power-ups to collect in order to defeat the opposing ship.

Getting Started

  • Download Python
  • Install pygame (instructions below)
  • Setup your favorite developing environment for Python
  • Run it in your favorite developing environment

Installing pygame

Windows set-up

  1. Open command prompt (as administrator?)
  2. cd <wherever python is installed on your system>
  3. cd Scripts
  4. pip install pygame

Mac set-up

  1. Open terminal
  2. sudo pip install pygame