top of page

Wall Hop 2D

Wall Hop 2D is a remaster of my earlier 2.5D game, but designed to run on low-spec tablets rather than current gen phones. It's still a physics based vertical platformer but has some new features and runs significantly faster, hopefully that offsets the fact it's not as pretty.

Source Code Samples
SCR_MasterPlayerController.cs

Manages player touch and mouse inputs. 

SCR_GameplayGameMode.cs

Manages game-state, game GUI state, ads, and analytics submission.

SCR_BallController.cs

Handles all ball motion and interaction.

bottom of page