Skip to content

pygame project from scratch using no tutorials that are based on existing space invaders projects, just learning how to use pygame and work with that.

License

Notifications You must be signed in to change notification settings

Da2software/space-invaders-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space-invaders-like

This is a pygame project from scratch, doing this as a personal challenge to use my current skills. I also avoided existing "Space Invaders" tutorials, Instead, I focused solely on learning Pygame from the documentation or forums and exploring its functionality independently.

requirements

  • python 3.10
  • python virtualenv
    pip install virtualenv

how to run the project

  • create the python environment with virtualenv
python -m venv venv
  • run the environment
# linux
source venv/bin/activate
# windows
venv\Script\activate
  • then install python requirements
pip install -r requirements.txt
  • finally run the main python file
python main.py

how to run unit tests

you need to run the virtual env first

python run_test.py

About

pygame project from scratch using no tutorials that are based on existing space invaders projects, just learning how to use pygame and work with that.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages