Skip to content

BytewaveMLP/BrainLOVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainLOVE

A LÖVE2D Brainf*ck interpreter with visuals!

... I was bored, okay?

Table of Contents

Installation

Building from source

Prerequisites

  • LÖVE2D 11.1
  • GNU make
  • moonc (luarocks install moonscript)

Building

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.

Usage

To be written after the software is complete...

Maintainers

Contribute

Issues, suggestions, or concerns? Submit a GitHub issue!

Want to add a feature? We accept PRs!

License

Copyright (c) Eliot Partridge, 2018. Licensed under the MIT license.

Releases

No releases published

Packages

No packages published