Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.29 KB

README.markdown

File metadata and controls

32 lines (26 loc) · 1.29 KB

Untitled Ludum Dare 44 Project

The gist: Strategy RPG where basic units can be sacrificed for a pip of colored mana which can activate special abilities on Named Hero Units?

This is an as of yet unnamed Ludum Dare 44 game by Sakurina and woofycakes. The theme of the jam is "your life is currency".

Tools used

  • LÖVE, a Lua-based multiplatform 2D game framework.
  • anim8 for sprite animations.
  • TEsound for easy sound management.
  • Jumper for grid-based pathfinding for enemies.
  • classic for easy class creation.
  • Lovebird for sane debugging.
  • Lume for lots of useful helper functions.
  • json.lua for data serialization/deserialization.
  • m5x7 as the UI font.

The usual license boilerplate can be found in LICENSE.markdown.