noah1510/redhand

Implement a simple world object

Opened this issue · 0 comments

Just like the Actor is an abstraction of the game_object there needs to be a simple World class that abstracts the complex_world and should only accept Actors as acting objects.

  • implement World class
  • update testgame to utilize the World class