It's a simple space race inspired in the arcade retro game. Image
With python v3.x running in your pc and if you want to install the dependencies using the requirements.txt:
python -m venv .
On Unix or MacOS, using the bash shell:
source /path/to/venv/bin/activate
On Windows using the Command Prompt:
path\to\venv\Scripts\activate.bat
Managing packages in virtual environments
pip3 install -r requirements.txt.
To move paddle up press 'w'
To move paddle down press 's'
To move paddle up press 'UP_ARROW'
To move paddle down press 'DOWN_ARROW'
* Python v3.x
* Pygame v2.x