Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 470 Bytes

dungeon game by jack anderson | IC43U

culminating project for ics4u computer science: game engine and dungeon game.

note

the game requires an internet connection to download the fonts required.

running the executable

using online downloads, the executable can run as one file.

running the game with python

Enter source directory.

cd src

Install dependencies.

python -m pip install -r requirements.txt

Run the game.

python game.py