< BACK TO HOME
Flappy Jack(-o-lantern)
2022
Inspired by the incredible Unity tutorial on Flappy Bird from Game Maker's Toolkit , I recreated my own version of Flappy Bird in 3D for Unreal Engine 5.
The game was first designed largely in blueprints first for fast prototyping. Once a feature is working, it was converted to C++. With the exception of Enhanced Input and UI, everything is implemented in C++.
Full Source Code can be found on my Github Here .
Gameplay Video
VIDEO
Mechanics Implemented
Spawning and handling of pipes (wooden stakes in my game) and scoring points for successfully passing them.
Basic physics and tilt on jack-o-lantern for flapping.
Start/End Game Menus
Save Game States with High Scores
Basic Effects including: screen shake, sound effects for hitting walls and scoring 10 points, animated UI element for achieving new high score.