Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurajpanoc/text_dungeon
A text-based dungeon crawler made in python
https://github.com/jurajpanoc/text_dungeon
battle-system dungeon dungeon-crawler dungeon-crawler-game game python
Last synced: about 1 month ago
JSON representation
A text-based dungeon crawler made in python
- Host: GitHub
- URL: https://github.com/jurajpanoc/text_dungeon
- Owner: JurajPanoc
- Created: 2024-02-26T16:57:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:49:31.000Z (6 months ago)
- Last Synced: 2024-11-05T21:14:10.507Z (3 months ago)
- Topics: battle-system, dungeon, dungeon-crawler, dungeon-crawler-game, game, python
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
==================================================================================================================
________ __ __
| \ | \ | \
\$$$$$$$$______ __ __ _| $$_ ____| $$ __ __ _______ ______ ______ ______ _______
| $$ / \ | \ / \| $$ \ / $$| \ | \| \ / \ / \ / \ | \
| $$ | $$$$$$\ \$$\/ $$ \$$$$$$ | $$$$$$$| $$ | $$| $$$$$$$\| $$$$$$\| $$$$$$\| $$$$$$\| $$$$$$$\
| $$ | $$ $$ >$$ $$ | $$ __ | $$ | $$| $$ | $$| $$ | $$| $$ | $$| $$ $$| $$ | $$| $$ | $$
| $$ | $$$$$$$$ / $$$$\ | $$| \ | $$__| $$| $$__/ $$| $$ | $$| $$__| $$| $$$$$$$$| $$__/ $$| $$ | $$
| $$ \$$ \| $$ \$$\ \$$ $$ \$$ $$ \$$ $$| $$ | $$ \$$ $$ \$$ \ \$$ $$| $$ | $$
\$$ \$$$$$$$ \$$ \$$ \$$$$ \$$$$$$$ \$$$$$$ \$$ \$$ _\$$$$$$$ \$$$$$$$ \$$$$$$ \$$ \$$
| \__| $$
\$$ $$
\$$$$$$
==================================================================================================================A text-based dungeon crawler
This project is just a way for me to learn how to work with OOP in pythonmain.py is the main file btw
main.py is only used for testing features for now but it includes the main battle loop