rotLove - A port of rot.js to lua/Love2D
Posted: Sat May 04, 2013 3:02 pm
Source available here
rotLove provides a lot of the tools from rot.js/libtcod to lua and love2D roguelike devs.
Included is:
codePage 437 emulator for display - based on Ascii Panel
random number generator derived from RandomLua
string generator (learns how to build random words from lists)
8 different map generators
simplex noise generator
2 Field of View calculators
simple color toolkit
Simplified dijkstra and a* path finders
and a really cool light emission/blending calculator
Most of my free time from the past two weeks has been dedicated to this. It's one of the first half way usable things I've ever built (I hope it doesn't show too much). Any feedback would be greatly appreciated.
Some images of the examples I built to test with.
A zip of 24 example .loves.
rotLove provides a lot of the tools from rot.js/libtcod to lua and love2D roguelike devs.
Included is:
codePage 437 emulator for display - based on Ascii Panel
random number generator derived from RandomLua
string generator (learns how to build random words from lists)
8 different map generators
simplex noise generator
2 Field of View calculators
simple color toolkit
Simplified dijkstra and a* path finders
and a really cool light emission/blending calculator
Most of my free time from the past two weeks has been dedicated to this. It's one of the first half way usable things I've ever built (I hope it doesn't show too much). Any feedback would be greatly appreciated.
Some images of the examples I built to test with.
A zip of 24 example .loves.