- Lua 50%
- Fennel 48.3%
- JavaScript 0.8%
- Shell 0.3%
- HTML 0.3%
- Other 0.2%
| Art | Fixed colours and mouse hand position | |
| buildtools | Added map | |
| game | cleaned up dialog (still need to fix overwrap) | |
| scripts | initial commit | |
| .gitignore | added astar and iter | |
| CREDITS | implementing ai | |
| LICENCE | initial commit | |
| Makefile | Fixed we make, added hover info for tiles | |
| notes.org | Added map | |
| profiling.org | testing some improvements for object visibility | |
| README.md | cleaned up dialog (still need to fix overwrap) | |
| script.js | initial commit | |
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