Open
Conversation
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.
Author
|
A gentle ping... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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