Skip to content

juripan/Text_Dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 ________                      __                  __
|        \                    |  \                |  \
 \$$$$$$$$______   __    __  _| $$_           ____| $$ __    __  _______    ______    ______    ______   _______
   | $$  /      \ |  \  /  \|   $$ \         /      $$|  \  |  \|       \  /      \  /      \  /      \ |       \
   | $$ |  $$$$$$\ \$$\/  $$ \$$$$$$        |  $$$$$$$| $$  | $$| $$$$$$$\|  $$$$$$\|  $$$$$$\|  $$$$$$\| $$$$$$$\
   | $$ | $$    $$  >$$  $$   | $$ __       | $$  | $$| $$  | $$| $$  | $$| $$  | $$| $$    $$| $$  | $$| $$  | $$
   | $$ | $$$$$$$$ /  $$$$\   | $$|  \      | $$__| $$| $$__/ $$| $$  | $$| $$__| $$| $$$$$$$$| $$__/ $$| $$  | $$
   | $$  \$$     \|  $$ \$$\   \$$  $$       \$$    $$ \$$    $$| $$  | $$ \$$    $$ \$$     \ \$$    $$| $$  | $$
    \$$   \$$$$$$$ \$$   \$$    \$$$$         \$$$$$$$  \$$$$$$  \$$   \$$ _\$$$$$$$  \$$$$$$$  \$$$$$$  \$$   \$$
                                                                          |  \__| $$
                                                                           \$$    $$
                                                                            \$$$$$$

A text-based dungeon crawler in Python with turn-based combat and rouge-like elements,

This project is just a way for me to learn how to work with OOP in python.

How to run:

run the main.py file inside of the src folder with the python interpreter

Requirements (packages needed):

  • random
  • os
  • json
  • datetime
  • copy

About

A text-based dungeon crawler made in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages