Skip to content

Edveika/JumpGuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚧 NOT finished

This is one of my bigger projects, and it is not finished. I want to take a break from game development, and I will finish it later.

πŸ—οΈ ToDo

  • Fix collision detection - under certain condition the player might go through the wall(use collision detection Framework?)
  • DX9 sprites/images causes fps drops, replace with a different api or find out what the issue is
  • Refactor - some functions are way too large, encapsulation is not very good
  • When space is pressed, the character sometimes wont jump

πŸ‘‘ JumpGuy

Jump Guy is a remake of the Jump King game. It features 43 levels from the original game. Can you reach the top?

Screenshot 2023-11-12 212409

Screenshot 2023-11-12 212715

πŸ“” Content

πŸ•ΉοΈ How to Play

  • Controls:
    • Use the arrow keys or WASD to move.
    • Press the spacebar to jump or hold it to jump higher.
  • Objective:
    • Reach the highest point in each level by mastering the precise jumps and overcoming obstacles.

🌐 Download the game

  1. Download .zip from the releases
  2. Make sure you have DX9 and C++ runtime installed
  3. Extract the files
  4. Run the exe

NOTE: Currently in BETA

πŸ“‘ Dependencies

DirectX9 SDK

XAudio2

Windows API

πŸ–₯️ Compiling from source

  1. Git clone this repo to your local machine
  2. Open .sln using Visual Studio
  3. Make sure you have needed libraries downloaded and included into your project
  4. Click compile

NOTE: this is made for Windows, it relies heavily on the windows APIs

🀝 Credits

About

πŸ‘‘ Remake of the Jump King game

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages