Skip to content

noortor/ships-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages