Skip to content

alex190291/PythonTextRPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonTextRPG

A Terminal/CMD based TextRPG written in Python.

Features:

  • randomized map
  • multiple enemy types
  • spells
  • inventory system
  • level system
  • bossfight
  • translated to C with nuitka and then compiled with mingw64 so doesn't require Python to be installed.

Download:

https://github.com/alex190291/PythonTextRPG/releases/download/alpha/PythonTextRPG_alpha_0.17.exe

If you want to run it from source, make sure you have Python3 and the "termcolor" module installed (pip install termcolor).

There is a "debug" and a "cheatmode" bool in main.py.

  • Setting "debug" to True prints certain debug informations every turn.
  • Setting "cheatmode" to True gives the Player 999999HP and 1000DMG.

Changelog:

https://github.com/attax420/TextRPG/blob/main/changelog.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages