reactive-retro / retro-app

The Ionic app that runs the game.
GNU General Public License v3.0
1 stars 3 forks source link

Dungeons #65

Closed seiyria closed 8 years ago

seiyria commented 8 years ago

Monsters should be generated like so:

the client will need to support pushing onto a new dungeon monster array (kept alongside the normal monster array). Any time updating is done, concat the two arrays together. The dungeon monster array needs to be reset whenever the player shoptoken changes (so, that also needs to be tracked).