User Tools

Site Tools


rpgtext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rpgtext [2023/12/31 16:18] – created ghmirandarpgtext [2023/12/31 21:31] (current) – [Tools] ghmiranda
Line 2: Line 2:
 RPG Text is a framework to develop Text-Based RPG games RPG Text is a framework to develop Text-Based RPG games
 The main idea is to abstract the engine and needed base code so the developer can focus on creating the history The main idea is to abstract the engine and needed base code so the developer can focus on creating the history
 +
 +==== Usage ====
 +Since RPGText is a Library it can be used directly in a C program or you can use the toolchain.
 +
 +=== Before Using ===
 +Before using the library you'll need to 
 +build it 
 +
 +To do it you'll need to do the following:
 +
 +<code bash>
 +TBA
 +</code>
 +=== Using on a C Program ===
 +This method is in a way a short circuit to the result generated if you used the tool chain.
 +This method is not recommended but will work and is recommended if you are an experienced programmer.
 +
 +Here is the steps:
 +<code c++>
 +TBA
 +</code> 
 +
 +=== Using the toolchain ===
 +This method make use of a custom language to make the programming simple and a tool chain that will transpile (transform) the code in the custom  language to C++ and make the executable of the game
 +
 +== Tools ==
 +The tools in the tool chain consists in a cli too that manages the project and also do the transpiling and compiling to an executable.
 +
 +The tools is better explained in [[rpgtext_toolchain|RPGText Toolchain]]
  
  
rpgtext.1704039483.txt.gz · Last modified: 2023/12/31 16:18 by ghmiranda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki