/LeMiniRPG

Primary LanguagePython

Le Mini RPG

Le mini RPG is a small project imaginated due to an exercise about OOP in python that was, in my own and humble opinion, way too much easy, so I've created that little project for fun.

The code is still in Frenglish (French-English) but i'll try to transfer everything into English soon.

Pybehavior

Variables

Name Type Description
name tk.StringVar Value of the input field of the Show UI window
Paths dict[string] all the paths (relative to the folder of the program) that needs to be generated

Static Methods

Name Args Description Return
VerifyFolders Value of the input field of the Show UI window
Load filename (str) Name of the file you want to load (with the extention) Any type of object derivating from pybehaviour

Methods

Name Args Description Return
Show Create a UI window showing every parameters of the object
Save filename (str) Name of the file you want to create (without the extention), file will be generated by default at the path defined at pybehaviour.Paths['data']

Item (Pybehaviour)

Not documented yet but feel free to do so if you have enought time to loose in your life

Personnage

Not documented yet but feel free to do so if you have enought time to loose in your life

Inventory

Not documented yet but feel free to do so if you have enought time to loose in your life