Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 948 Bytes

README.md

File metadata and controls

49 lines (40 loc) · 948 Bytes


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