Welcome to the epic world of Progature! 🚀 It's not just a Python programming game; it's your ticket to an RPG (Role-Playing Game) adventure in the real life.
first install requirements
pip install -r requirements.txt
then run install.py
python progature/install.py
after installation run run.py
python progature/run.py
Progature is a programmig advanture game, games are stored in .json
format and there are several parts in games.
Game
, Chapter
, Level
, Quest
are 4 parts of our app.
Game component contains all the data of a game, each object of this component is a .json
file.
Chapter is a part of Game component, each Game has several Chapter's.
Level is a part of Chapter component, each Chapter has several Level's.
Quest is a part of Level component, each Level hs sevaral Quest's.