Skip to content

atduffaut/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Invaders Game

This was my first Python project to learn the language. Used OOP skills to create an object oriented Space Invaders game with Pygame, a Python game development library.

Instructions to run:

Preferably, create a Python virtual environment (pyenv is good for this). Used Python version 3.9.11 but most other versions should also work. Once this has been created, install the requirements with pip by running:

pip install -r requirements.txt

Then you should be able to run the program by running:

python src/alien_invasion.py

About

Classic space invaders game using Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages