Skip to content

mmmmosca/TBRPG-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TBRPG-Engine


what is it?

is an engine for making simple but cool text based rpgs, good for start programming and making games.


how it works?

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.


why should i use that?

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.


Example of code

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

About

a text based rpg engine for python simple and powerful, good for starting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors