Skip to content

raczek-piotr/Dungeon_of_Shadow_Imps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Dungeons of Shadow Imps

General info

Technologies

Project with curses is created with (curses):

  • Python 3.10 or better
  • Libraries: curses
  • Size(x,y): 80x24
  • FontSize: What do you like!

Setup

  • 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)

Errors in curses

Errors:

  1. no module called curses or no module called _curses
    • curses is not installed
    • install windows.curses
  2. _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)
  3. if any errors occur while playing, there is simple log file with almost no log in it

Contact

Authors

  • By: Piotr Raczek
  • Comments in code: -PR-