项目作者: ngeorgj

项目描述 :
Engine to develop text-rpg-games.
高级语言: Python
项目地址: git://github.com/ngeorgj/text-rpg-engine.git
创建时间: 2020-12-17T23:43:26Z
项目社区:https://github.com/ngeorgj/text-rpg-engine

开源协议:

下载


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?

  1. - OOP (Object Oriented Programming);
  2. - Packaging;
  3. - 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?