This repository contains small games and simulations created in python using the pygame library.
Create a virtual environment
$ python -m venv .venv
Activate the virtual environment
$ venv\Scripts\activate
Install the required libraries
$ pip install -r requirements.txt
Run the game
$ py game_name.py
If you have the required libraries installed globally, you can run the game immediately