A LÖVE2D Brainf*ck interpreter with visuals!
A LÖVE2D Brainf*ck interpreter with visuals!
… I was bored, okay?
make
moonc
(luarocks install moonscript
)To build and run the code, simply run make run
.
If you would like to simply compile the Moonscript source to Lua, run make build
.
If you would like to package the code into a .love
file, run make package
.
If you would like to build a Linux executable, run make linux
.
To be written after the software is complete…
Issues, suggestions, or concerns? Submit a GitHub issue!
Want to add a feature? We accept PRs!
Copyright (c) Eliot Partridge, 2018. Licensed under the MIT license.