Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the tips!  The game already looks polished with the camera movements and the game mechanics.  I was even more amazed when I learned about the in-game level editor!  I want to build a level editor for my next game too.  It really seems like a nice workflow to learn.

As an observation, this game does not start a Fennel REPL on the side, if I'm not mistaken.  I can only imagine the REPL might not fit well with your in-game level-editing workflow.  Or perhaps REPL just doesn't work that well with Lua's module system.   If there's anything you would share about your game development workflow, I'll be interested to know!  Thanks again for sharing.  Cheers!

(+2)

The repl activation is commented out in love.load in wrap.fnl. This is just to ensure maximum compatibility with different systems in the build release. You can uncomment it to get the repl back 😎

I use emacs and fennel-mode, so my dev cycle has a lot of code hotloading vs entering stuff straight into the repl.