Skip to content

ngeorgj/text-rpg-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEXT RPG ENGINE (README under Construction)

This engine's objective is to serve as a tool to create text rpgs easily and to serve as a reference for newcomers.

It is known that gamification is the best way to learn things, so make use of this code to learn!

What can I learn with this code?

- OOP (Object Oriented Programming);
- Packaging;
- How a little game works.

HOW THIS APPLICATION WORKS?

CLASSES

RACES

ITEMS

COUNTRIES

CONFIGURATION

The Config File

This file holds all the configurations for the game, including [Classes, Races, Countries, Chapters]

CHAPTERS

HOW THIS APPLICATION WORKS?