Giter Club home page Giter Club logo

jetpack-joyride's Introduction

Jetpack Joyride

A basic version of the popular mobile game Jetpack Joyride
Designed to run to Mac OS

Getting Started

Install Opengl

You need to install the development packages of the following libraries:

  • GLEW
  • GLFW3
  • GLM

To do so, run the command:
brew install glew glfw glm cmake pkg-config

Make instructions: (or directly run this script using bash make.sh)

  • mkdir build
  • cd build
  • cmake ../
  • make all -j 4

To run the game

  • Go to build directory
  • ./graphics_asgn1
    Note - In case of Experimental Error for GLM add #define GLM_ENABLE_EXPERIMENTAL in the files main.h, nonedit.cpp, other_handlers.cpp and input.cpp before you include glm.

GAME CONTROLS:

  • 'Space' to activate jetpack
  • Arrow keys or 'a' and 'd' to move left and right
  • 'F' to throw water balloon

Features

  • Firelines
  • FireBeams
  • Power-Ups(Blue restores health to 100. Yellow gives 100 point)
  • Coins(Blue:20. Red:10)
  • Boomerang obstacle
  • Magnet
  • Score(on left) and Health(on right) displayed
  • Throw Water Balloon

Built using

  • C++
  • OpenGL

Author

Atirek Kumar
Github Handle Link: https://github.com/atirek-ak/

Acknowledgement

Boilerplate : https://github.com/sidgairo18/Graphics_Spring_19_Boilerplate.git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.