MBHaxe/README.md
2021-06-24 21:39:06 +05:30

11 lines
480 B
Markdown

# MBHaxe
A Haxe port of Marble Blast Gold, name subject to change.
# Build
Requires Haxe 4.2.2
You require the following Haxe libraries:
- heaps: 1.9.1 (not the git version)
You also have to compile your own version of Hashlink with https://github.com/HaxeFoundation/hashlink/pull/444 applied
After all that has been setup, copy the data folder of MBG to the repo directory, compile to hashlink by doing `haxe compile.hxml` and then running the game by `hl marblegame.hl`