Skip to content

Releases: Lorandil/TinyDungeon

TinyDungeon v2.2.3

Choose a tag to compare

@Lorandil Lorandil released this 29 Mar 20:19

TinyDungeon v2.2.3

TinyDungeon with floor graphics

This version includes floor graphics and sound effects for the Arduboy build.

For the TinyJoypad build, the limited flash size requires to chose between floor graphics or sound effects.
The precompiled hex file contains the version with floor graphics (but without sound effects).

TinyDungeon v2.2

Choose a tag to compare

@Lorandil Lorandil released this 13 Feb 23:01

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

Choose a tag to compare

@Lorandil Lorandil released this 02 Dec 22:24

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

Choose a tag to compare

@Lorandil Lorandil released this 18 Nov 22:41

TinyDungeon v1.1

First stable release version with improved graphics (lighting effect)