This repository was archived by the owner on Aug 10, 2024. It is now read-only.
bardes/ore
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-----------------------------------Read-Me--------------------------------------
_______ _____ _____
/::\ \ /\ \ /\ \
/::::\ \ /::\ \ /::\ \
/::::::\ \ /::::\ \ /::::\ \
/::::::::\ \ /::::::\ \ /::::::\ \
/:::/~~\:::\ \ /:::/\:::\ \ /:::/\:::\ \
/:::/ \:::\ \ /:::/__\:::\ \ /:::/__\:::\ \
/:::/ / \:::\ \ /::::\ \:::\ \ /::::\ \:::\ \
/:::/____/ \:::\____\ /::::::\ \:::\ \ /::::::\ \:::\ \
|:::| | |:::| | /:::/\:::\ \:::\____\ /:::/\:::\ \:::\ \
|:::|____| |:::| |/:::/ \:::\ \:::| |/:::/__\:::\ \:::\____\
\:::\ \ /:::/ / \::/ |::::\ /:::|____|\:::\ \:::\ \::/ /
\:::\ \ /:::/ / \/____|:::::\/:::/ / \:::\ \:::\ \/____/
\:::\ /:::/ / |:::::::::/ / \:::\ \:::\ \
\:::\__/:::/ / |::|\::::/ / \:::\ \:::\____\
\::::::::/ / |::| \::/____/ \:::\ \::/ /
\::::::/ / |::| | \:::\ \/____/
\::::/ / |::| | \:::\ \
\::/____/ \::| | \:::\____\
\:| | \::/ /
\|___| \/____/
ORE - Open RPG Engine
----------------------------------About ORE-------------------------------------
Author(s): Paulo Bardes
Main Language: C/C++
Created in: May, 2011
License: CC-BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
--------------------------------What it does?-----------------------------------
ORE is supposed to be a library that helps the creation of RPG games by
providing some of the most common stuff like: maps, characters, NPCs, etc... The
idea is to make things easier for the programmer (on the engine side at least)
so he/she may spend more time developing the game than solving engine problems
or bugs.
So, what exactly it does?
(TODO)
-------------------------------File Ftructure-----------------------------------
All files come inside a directory most times called ORE-x.y inside are all files
necessary to compile and use ORE.
CONTENTS:
src: here are all source code files necessary to compile ORE
---------------------------------Dependencies-----------------------------------
TODO
----------------------------------Compiling-------------------------------------
TODO
----------------------------------Using it--------------------------------------
TODO
----------------------------------Thanks to-------------------------------------
Tiled - www.mapeditor.org
TinyXML - www.grinninglizard.com/tinyxml