1
2
Fork
You've already forked purgo
0
No description
  • Lua 50%
  • Fennel 48.3%
  • JavaScript 0.8%
  • Shell 0.3%
  • HTML 0.3%
  • Other 0.2%
2025年12月16日 23:38:55 -05:00
Art Fixed colours and mouse hand position 2025年11月23日 16:00:45 -05:00
buildtools Added map 2025年11月03日 22:18:25 -05:00
game cleaned up dialog (still need to fix overwrap) 2025年12月16日 23:38:55 -05:00
scripts initial commit 2025年11月01日 17:36:48 -04:00
.gitignore added astar and iter 2025年11月07日 01:23:59 -05:00
CREDITS implementing ai 2025年11月09日 00:57:37 -05:00
LICENCE initial commit 2025年11月01日 17:36:48 -04:00
Makefile Fixed we make, added hover info for tiles 2025年11月23日 23:19:35 -05:00
notes.org Added map 2025年11月03日 22:18:25 -05:00
profiling.org testing some improvements for object visibility 2025年11月07日 05:07:48 -05:00
README.md cleaned up dialog (still need to fix overwrap) 2025年12月16日 23:38:55 -05:00
script.js initial commit 2025年11月01日 17:36:48 -04:00

Things to fix from the Jam

  • BUG Highlight only the selected or filled inventory slots

    • Stretch, add box over option (show up another colour)
  • BUG Crash error when transitioning past 6th map Trying to call something in level that doesn't exit

    • Add command to jump to a version of the final level with only one enemy. (having issues clearing enemies?) level is nil (because the index is higher!)
  • BUG Able to move enemies

  • Improvement Get info on hover (in shop and inventory)

  • Bug items get deleted by accident on place screen

  • Improvement Better hand position for cursor

    • Try and update the center position? 24/24 (works on desktop)
    • There were issues with this onweb? (seems to work now?)
  • Fix instruction text on place mode

  • BUG Don't let the player start the game until there is at least one character on the map

  • BUG If you have an empty inventory when entering the placement state

  • BUG Sometimes they don't see each other and the game goes on forever Address through player interaction feature

  • Feature Add dialogues

  • Feature Add some sort of player interaction during simulation

    • Pause and resume simulation with modified units
    • Create new states / modify states with targets (like wander and goto)
    • Add some sort of effects, like damage, blinding or slowing.
    • Breakables?
  • Feature Add cash system

    • Add on screen indicator
    • Collect from clicking on pots?
    • Collect from slaying foes
    • Put more creatures in the shop. The gate is now
  • Improvement Add combat sounds