filoromz / roloex

A random project -- RPG game :)
4 stars 0 forks source link

Set up Main and Game classes #1

Closed filoromz closed 12 years ago

filoromz commented 12 years ago

The Game class essentially creates the "World". ie. it creates the necessary objects to build the game. It is responsible for creating the Character objects as well as the Map and Terrain. Main class just serves as the entry point on creating a Game instance ;D

Ideas:

michaelbarlow7 commented 12 years ago

OKAY ROLO!!!!

filoromz commented 12 years ago

Code Review:

Great job ROLO! you can close this ticket :)

filoromz commented 12 years ago

Still one minor issue: