Skip to content

Space Invaders built with Pygame for a group coursework project (BNU COM4023)

Notifications You must be signed in to change notification settings

Addy010/Pygame-Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame-Space-Invaders

Space Invaders built with Pygame for a group coursework project (BNU COM4023)

Install instructions

To setup the local virtual environment first clone the repo and navigate to the root of the project, next run the following commands:

python -m venv .venv

For Mac:

source .venv/bin/activate

For Windows:

.venv/Scripts/activate

Then to install the required packages, use the following command:

pip install -r requirements.txt

Planning doc

https://docs.google.com/document/d/1uF7of2-7JiJbbl7egOjea9eoUiHi_Pi3poYTOsuWQfo/edit?usp=sharing

Development

The entrypoint of the application is main.py. From here the environment in initialised and the AppContext is generated which should be propagated throughout the application to keep everything in sync.

See the repo docs for further information on usage of the rest of the application components.

About

Space Invaders built with Pygame for a group coursework project (BNU COM4023)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages