Jumpy Otter is a voxel-style iOS arcade game set in San Francisco. Guide Devin the otter through traffic, trains, and the bay while collecting creatine bottles.
- Open
JumpyOtter.xcodeproj. - Select the
JumpyOtterscheme and an iOS simulator. - Press Run.
Boot an iOS simulator, then run:
xcodebuild -project JumpyOtter.xcodeproj \
-scheme JumpyOtter \
-sdk iphonesimulator \
-configuration Debug \
-derivedDataPath build \
CODE_SIGNING_ALLOWED=NO build
xcrun simctl install booted build/Build/Products/Debug-iphonesimulator/JumpyOtter.app
xcrun simctl launch booted com.devin.jumpyotterRun xcodegen generate after changing project.yml.
Tap to jump forward. Swipe up, down, left, or right to move in that direction.