Implement a simple world object
Opened this issue · 0 comments
noah1510 commented
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