Skip to content

Conversation

@dotemacs
Copy link

I think that fennel is pretty cool and I'm glad that you've released this game.

So I wanted to try it out but I've encountered some issues, which prevented the game from running with the currently stable releases of fennel and Löve.

After I've updated the fennel code I've regenerated the Lua code, so that the game could be played with the simple love . command in the repo.

It be nice to have your game working so that it can be used as a reference.

Thanks again

Changed the string which pointed to the older version of Love, with
which the game works fine. But if you have the latest stable release
of Love, you get the annoying message about incompatible version
number.
defn macro was removed from fennel at 1.0.0 release.

Replaced the defn so that the game could be run with the later version
of fennel.
At the version 11.2 of Love, it expects the second argument to be
supplied
This was done automagically.

Figured I'd commit this since somebody else might get bit by it too.
After applying my updates, I've regenerated the Lua files by running
make.
@dotemacs
Copy link
Author

A gentle ping...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant