Commit Graph

3 Commits (bf71791fc540a584dd6d88548c91192294d106bc)

Author SHA1 Message Date
Dozens B. McCuzzins 9bf31e86ce Move error handling to front-end
game.validate-move will now return an error code is the move is invalid.
default error messages are found in lib/constants.fnl. error handling is
now handled on the front end.
2024-06-23 15:41:31 -06:00
Dozens B. McCuzzins c7b2c98200 🗄️ big tidy up
- isolate core game logic and move it to src/game.fnl
- main.fnl should be just the ui now
- move all table funcs into lib/table
- move all (1) string funcs into lib/string
- move all game funcs into lib/game/
2024-06-20 09:17:06 -06:00
Dozens B. McCuzzins 7c07d6e6ec tests 2024-06-02 21:44:17 -06:00