Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Latest commit

 

History

177 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning, game now indev

Neojumper - 3D game about jumpstyle dancing

Description

Neojumper - 3D game about jumpstyle dancing writed on C++ language. In game available 0 maps and 1 jumper (player). In game you can see

  • 3D graphics
  • Nice controls
  • Combo system

Authors

Mykyta Polishyk - main developer of game

Controls

  • Q - Kick forward with left leg
  • E - Kick forward with right leg
  • A - Stand on left feet
  • D - Stand on right feet
  • Z - Kick backward with left leg
  • C - Kick backward with right leg
  • Space - Flip

Thanks for

  • GLFW - Nice GL lib for C++
  • LIBPNG and ZLIB - For png loading
  • GLM - For graphics mathematics
  • GLAD - For GL 3.3
  • SimpleIni - For configs
  • Freetype - Fonts render
  • GIMP - my graphical editor
  • ASSIMP - for 3d models loading
  • Blender - 3D editor

Ingame combo

If you pressed more than 5 action buttons correctly, you will be get a combo. When combo score for each action button will be 40

Building

To build NeoJumper you have to install:

  • C++ compiler (Like on Unix systems g++, or on Windows systems mingw32)
  • GLFW library
  • Assimp library
  • Libpng library (also with zlib)
  • Freetype library
  • Cmake building system

After installing this tools and libs you must to open terminal (Or in windows CMD), and write this:

git clone https://github.com/zabidenhtf/neojumper.git
cd neojumper
mkdir build
cd build
cmake ..
make

Follow development

More news about NeoJumper you can find in my development blog here: https://neojumper.blogspot.com/


Milestone 0

Copyright (C) 2025-2026 Mykyta Polishyk

This project is licensed under the GNU General Public License v3.0 or later. See the LICENSE file for details.

About

Game about jumpstyle

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages