Join the development Discord server!
A text-based command-line RPG game based on Minecraft
Go explore, find and fight mobs, craft items, etc.
Currently a work in progress.
python3 MinecraftRPG.py
- have Python 3 installed
- have termcolor installed (
pip install termcolor
)
Note - Make sure to have all the json files andsplashes.txt
in the same directory as MinecraftRPG.py