Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update love and fennel #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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