项目作者: BytewaveMLP

项目描述 :
A LÖVE2D Brainf*ck interpreter with visuals!
高级语言: MoonScript
项目地址: git://github.com/BytewaveMLP/BrainLOVE.git
创建时间: 2018-03-17T02:43:20Z
项目社区:https://github.com/BytewaveMLP/BrainLOVE

开源协议:MIT License

下载


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.