Skip to content

Guided Project by boot.dev learning how to build a simple game in python

Notifications You must be signed in to change notification settings

mijnog/Asteroids-Game

Repository files navigation

Asteroids-Game

Use python3.11 for compatibility reasons with Pygame Installation

python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python3.11 main.py 

This will create a virtual environment called venv, activate it, install the requirements (pygame), and run the game.

About

Guided Project by boot.dev learning how to build a simple game in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages