is an engine for making simple but cool text based rpgs, good for start programming and making games.
in the folder 'Project Start' you will start a project it automates you the process of making a folder for the game and for the other files.
making games is hard and you need really complex coding that is hard to understand.
this is the reason why i used python for the project, with it's simple syntax i maded something that help all the people that whant to learn game developing.
import RPG as r #importing the engine
r.fight("playername","enemyname",10,20,2,2,3,4) #i maded making fights and more things like choices
r.choice("testchoice1","testchoice2","testanswer1","testanswer2") #here an example of choice