mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
Add readme
This commit is contained in:
parent
ce935a04e6
commit
5279ba0247
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# MBHaxe
|
||||
A Haxe port of Marble Blast Gold, name subject to change.
|
||||
|
||||
# Build
|
||||
Requires Haxe 4.2.2
|
||||
You require the latest versions of the following Haxe libraries:
|
||||
- heaps
|
||||
- polygonal-ds (With https://github.com/polygonal/ds/pull/53 applied)
|
||||
|
||||
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`
|
||||
|
||||
Loading…
Add table
Reference in a new issue