OctopodGames / Rodents-Revenge

The classic windows game.
1 stars 5 forks source link

Level Loader #19

Closed Camwyn closed 11 years ago

Camwyn commented 11 years ago

We need a level loader / level file system. Right now all object positions are hard-coded.

Level file should include all board objects and starting positions. Loader can then call board.place(object) to place them on the board.