Rogue101/flowchart.txt

8 lines
206 B
Plaintext
Raw Normal View History

Game -> IGame
GameMap -> IGameMap -> IMapView
IPlayer, INonPlayer -> IActor -> IItem -> Comparable<IItem>
GameEvent<T> -> Event<T>
Game - Rabbit.doTurn(Game) - Game.move()
Game.doTurn() - Game.beginTurn()