4rlenrey / JumpHigh

2D Platformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

2D Platformer

License:MIT License


Languages

Language:C++ 98.1%Language:Makefile 1.5%Language:CMake 0.4%