- Roguelike game with colored interface, played in console.
- The polish translation is disabled default, so you can enable it in "local_translator.py"
- 6 races to choose from; 24 different characters
- Classical DoSI and DoSI with magical spells
- game characters can be found: https://github.com/raczek-piotr/Dungeon_of_Shadow_Imps/blob/main/curses/characters.md
- Python 3.10 or better
- Libraries: curses
- Size(x,y): 80x24
- FontSize: What do you like!
- To run this project in python3, run terminal or cmd in windows, and run the file "main.py" is (in main dictionary)
- To run it, type command "python3 main.py".
- Or just run the .exe file (you will need "maps" folder too)
no module called curses
orno module called _curses
- curses is not installed
- install windows.curses
_curses.error: setupterm: could not find terminal
- you had to ran it in editor's terminal or console, but it has it be the terminal/cmd (ctrl + t, great shortcut in thonny)
- if any errors occur while playing, there is simple log file with almost no log in it
- email [email protected]
- By: Piotr Raczek
- Comments in code: -PR-