Skip to content
marlowe-fw edited this page Sep 19, 2011 · 28 revisions

Rhynn Community Wiki

Rhynn is an open-source mobile MMORPG. Find out more about the game on www.rhynn.com. This wiki is aimed at giving you all the information you need to get started with Rhynn development.

Rhynn Components

Rhynn has two main components: The client and the server.

For game content administration there is an additional component named the WorldBuilder (building levels).
Additional tools help with the development of the server itself: The MessageGenerator for creating and adjusting messages which are exchanged by the server and the client and also the DBMapper which can map database tables to c++ classes.

The Rhynn server uses the MySQL database server software for storage.

Pointers for Development

The Server

The Client

The WorldBuilder