Skip to content

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

License

Notifications You must be signed in to change notification settings

tobiasbp/python-arcade-dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages