Skip to main content
Back to Projects
GameMarch 3, 20262 min read

Fox Jump Java LibGDX Game

Fox Jump, a game made with the LibGDX Java Framework for the Android Games Development Course.

GameJavaLibGDXUniversity Assignment
Screenshot of Fox Jump Java LibGDX Game

Overview

Fox Jump is a game where you use the blocks in your inventory to manipulate the path of the fox in order to reach the finish line. There are two blocks available, one makes the fox jump, and the other makes the fox turn the other direction. A combination of some or all of the blocks will allow the player to solve the puzzle. Finally, theres is the final level that I personally created. The fox has no real place to land and so you must juggle him with all the jump blocks available

Tech Stack

  • Language: Java
  • Framework: LibGDX

Key Features

  • 10 Levels
  • Puzzle Platformer
  • Music and Sound Effects
  • Drag and Drop Blocks

Lessons Learned

I learned a lot on how to use LibGDX's systems as well as coding a lot of the interactions on my own without a game engine like Unreal Engine or Unity. I was responsible for the functionality of the fox as well as designing 4 of the levels. The fox was really fun to create as I had to make sure there were proper collisions and physics on the fox, considering this game is a puzzle platformer. There also could've have been a better way to create the levels, as we manually edited the text file containing numbers corresponding to the tile we want.

Screenshots

Fox Jump Main Menu Fox Jump Main Menu

Level 4 Fox Jump Level

Level 10 Fox Jump Final Level Hard