Tagged Questions
1
vote
2answers
337 views
How can I improve this architecture?
In a roguelike I'm developing in Ruby, I started with a traditional object hierarchy where all game logic relevant to creatures were contained in the Creature class. Movement logic, for example:
...