Skip to content

iambijayd/JumPer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JumPer

Jump and reach to the top.

Jumper is a game based on a simple jump game that used to ship with old cell phones.

Tasks ToDo

  • Better gravity algorithm.
  • Add Background
  • Make Game smooth and fun to play
  • Manage README.md

Executing the game

  1. Fork & clone the repository
  2. If you don't have SDL-2 Library Installed then make sure to do so by
    1. $ sudo apt-get install libsdl2-2.0
    2. $ sudo apt-get install libsdl2-dev
    3. Also, $ sudo apt install libsdl2-image-dev
  3. Then, make build folder in the directory
  4. After that in terminal execute make

Feel free to contribute in the repo by looking at Tasks ToDo and Contribution.md

About

A simple bouncy game .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%