An open API service indexing awesome lists of open source software.

https://github.com/tobiasbp/python-arcade-dungeon

Adventures in a dungeon. Written in Python using the Arcade library.
https://github.com/tobiasbp/python-arcade-dungeon

arcade game python

Last synced: 1 day ago
JSON representation

Adventures in a dungeon. Written in Python using the Arcade library.

Awesome Lists containing this project

README

        

# python-arcade
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"

# Setup virtual environment
1. Create the virtual environment: `python3 -mvenv .venv`
2. Activate the virtual environment: `source .venv/bin/activate`
3. Install the needed _Python_ packages with: `pip3 install -r requirements.txt`

# Run the game
1. `python my_game.py`