Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.7 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.7 KB

Cloud Jumpers

Overview

Cloud Jumpers is a competitive 1-4 player iOS platformer game. There are power-ups, different game modes, kill mechanics, and more!

Race against the clock in single-player mode, and compete against the rest of the world on the high scores. Alternatively, create a lobby with up to three others and compete for the top ranking in two unique multiplayer modes.

Every round you play is randomly generated and different from previous encounters. However, if you wish to relive a particular experience, you can always specify a level seed.

We can't wait to race against you on Cloud Jumpers!

You can view our final report here.

We achieved 1st place within our category for the 20th STePS. You can view our project page here.


Multiplayer

finalCJ.mp4

Singleplayer & shadow player

FinalCJShadowPlayer.mp4

Local setup

  • Install CocoaPods (https://guides.cocoapods.org/using/getting-started.html)
  • From repository root, run pod install
    • This is to be run everytime you switch branches
  • Set up a Firebase project and replace the GoogleService-Info.plist in CloudJumpers/ with yours
  • Work on the project using File > Open > CloudJumpers.xcworkspace