Labyrinth of Reptoran v0.0
Version 0.0.2
Features
- Saving, loading
- Circular field of vision
Known bugs:
- If you manage to get all the way down to level 100, don't go down the stairs. Easy enough. [FIXED: Version 0.2.5 doesn't generate a down staircase on the bottom level]
Source and binary: LoRv002.zip
Version 0.0.1
Features
- Dungeon structure (going down stairs will take you to the next level, going back up will take you to the one you were at before)
Known bugs:
- The game crashed twice when entering a new level, on levels 14 and 11 repectively. [FIXED: Caused by an uninstantiated variable]
Source and binary: LoRv001.zip
Version 0.0.0
Features
- Random dungeons
- Staircases that lead to other levels (color-coded for contrast purposes only, will be fixed in later versions)
- Line of sight
Known bugs:
- Line of sight ends up being a square pattern. I'll round it when it becomes necessary or when I have more time. [FIXED: Version 0.0.2 has a circular FOV]
- Memory isn't freed after a new map is generated. Again, will be fixed when I have time. [FIXED: The dungeon structure eliminates the problem in v0.0.1]
Source and binary: LoRv000.zip