iOS fork of AlephOne, the open source engine for Bungie's Marathon.
- git clone https://github.com/microsoft/vcpkg
- ./vcpkg/bootstrap-vcpkg.sh
- ./vcpkg/vcpkg integrate install
- Make a folder called
CompiledScenarios
(has to be this name!) - Inside
CompiledScenarios
do any or all of the following:git clone [email protected]:Aleph-One-Marathon/data-marathon.git M1A1
git clone [email protected]:Aleph-One-Marathon/data-marathon-2.git M2A1
git clone [email protected]:Aleph-One-Marathon/data-marathon-infinity.git M3A1
-
Clone the project
marathon-ios
project -
Inside of marathon-ios, rename the file
Secrets_dummy.h
toSecrets.h
(unless you own the realSecrets.h
) -
cd to vcpkg, and run ./install-arm-ios.sh to build dependencies
-
Finally go back to where the Marathon sources are, open
AlephOne.xcodeproj
and build whichever scenario you have inCompiledScenarios
Enjoy!