Skip to content

4rlenrey/JumpHigh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


2D Platformer
Check code »

Report Bug · Request Feature

Table of Contents

About

Jumphigh is a simple platformer game inspired by Icy Tower. It's made with use of c++17 and SFML.

Screenshot:

Screenshot

Requirements

- sfml
- g++
- make

Compiling (Linux)

  1. Clone the repo
git clone https://github.com/4rlenrey/JumpHigh.git
  1. Compile
make
  1. Run
./Jumphigh