Releases: Lorandil/TinyDungeon
Release list
TinyDungeon v2.2.3
TinyDungeon v2.2
TinyDungeon v2.2
TinyDungeon comes to Arduboy!
This is the first Arduboy compatible release of TinyDungeon!
Both versions (ATtiny85/Arduboy) are compiled from the same source code and have identical gameplay!
For now the Arduboy version lacks sound effects - hopefully sound will be integrated in the next release ;)
The version created depends on the selected board:
- ATtiny85 creates the TinyJoypad version
- all other boards create the Arduboy version (by default)
TinyDungeon v2.0
TinyDungeon v2.0
Older versions of TinyDungeon relied on the classical horizontal addressing mode, which required to render each row
independently.
TinyDungeon v2.0 takes advantage of the vertical addressing mode, which allows to render a full vertical line in one sweep.
The resulting speed increase exceeded my expectations, the rendering is at least twice as fast, probably a lot more :)
TinyDungeon v1.1 with shading enabled
TinyDungeon v1.1
First stable release version with improved graphics (lighting effect)
