Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.62 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.62 KB

SideJump OpenCode

forthebadge forthebadge forthebadge

An addictive 2D-arcade game made using Unity Game Engine. The scripts are written in C#.

final Its runs way more smooth than this gif:)

Requirements :

  • Unity Game Engine (Download it from Unity)
  • Visual Studio IDE (or any other editor) to see the scripts

Steps to run the project :

  • Open the project in Unity.
  • Let the project load and build.
  • Open File->Build Settings and add the 3 scenes "Menu","Main", and "Pause" present in the Scenes folder.
  • Include the "Menu" Scene in the Hierarchy.
  • Hit Play button and Enjoy the Game!!
  • You can also make a Standalone and WebGL build from the build settings.

Note: Add scenes in the following order:

  1. Menu
  2. Main
  3. Pause

Rules :

  • Dodge the blue blocks and red-bars
  • Catch the blue bars
  • Lets see how far you can go!

screenshot 16

screenshot 13