https://github.com/tomibennett/breath_of_time
RPG
https://github.com/tomibennett/breath_of_time
Last synced: 4 months ago
JSON representation
RPG
- Host: GitHub
- URL: https://github.com/tomibennett/breath_of_time
- Owner: tomibennett
- Created: 2013-07-02T03:38:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T03:12:13.000Z (almost 13 years ago)
- Last Synced: 2025-09-13T05:58:16.115Z (9 months ago)
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
breath_of_time RPG's game
=========================
An RPG game to help us to improve our skill in differents languages
## Everyone can participate
of course, the aim is not to develop the game of the year.
That's why, maybe persons who never made a game are better candidates to help us.
## The idea is :
* python - game engine
* [map](### Map) sort of random with criteria for each era/rooms
* cpp/ruby - graphic with SDL support
### Map
using python to output map in sort of random for rooms which will be parse by another language to apply texture.
## Main Idea
See [main_idea](./main_idea.md) to learn about story, game design
and gameplay (in construction)
...