A simple game built with Python and the Arcade library. When the player gets 100 points, by firing shots, the game switches to the game over view. This repository is to be used as the starting point for other games.
- Create the virtual environment:
python3 -mvenv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Install the needed Python packages with:
pip3 install -r requirements.txt
python my_game.py