A simple game built with Python and the Arcade library. It is a Rogue-Light Fast-Pace Top-Down Fantasy style Multiplayer Game, named "I like Swords over Guns"
- 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