[C++/Console] C++ Project focused on building an RPG system within the constraints of the windows console.
The focus of the RPG Framework project was to create and simulate the rudimentary systems present in modern role playing games within the restrictions of the windows console.
Windows:
Download file from releases & extract
Run RPG_Framework.exe
The following table contains the available commands. Simply type the command+substitute the words in brackets:
Commands are case-sensistive. All inputted text must be in lower-case, unless stated otherwise.
In combat with a creature after a 'kill [beast]' command is issued, the console will only accept integer values.
For more examples and usage, please refer to the Wiki.
The world of Eberon is... a work in progress! In the world of Eberon, you play the role of a miscreant adventurer as he works his way up through skill and valor to become a mighty hero. Entering a lawless land outside the city walls, you must fight to survive.
You are negotiating passage to the northern mountains with the gatekeeper of New Estera when suddenly, the southern gates burst wide open.
A calvacade of armed men, likely the king's own guard, marches through and into the heart of the city.
Everyone stares in awe, but you decide to take this opportunity to slip past.
Make your choice.
- 0.0.1
- Initial release
@Aroueterra – aroueterra@gmail.com
Distributed under the Mit license. See LICENSE
for more information.
https://github.com/Aroueterra/
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request