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.
- Host: GitHub
- URL: https://github.com/tobiasbp/python-arcade-dungeon
- Owner: tobiasbp
- License: mit
- Created: 2023-08-22T14:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T16:14:59.000Z (11 months ago)
- Last Synced: 2025-05-08T21:53:35.695Z (1 day ago)
- Topics: arcade, game, python
- Language: Python
- Homepage: https://opfinderklubben.dk
- Size: 2.44 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`