Push Golf and the Unreal Engine 5 Petit Contest: Creating the Game (Part 2)
Unreal Engine 5 Petit Contest is a video game creation contest based on Unreal Engine.
There are not many rules to follow to participate in the UE5 Petit Con except participants must create their entry using Unreal Engine.
This contest is being hosted and managed by Historia Inc. It’s an Unreal Engine-based game development company based in Tokyo, Japan. You may know them for games like the LIVE A LIVE (2022 remake) and The Caligula Effect 2.
I took part in the Unreal Engine 5 Petit Contest 21st edition this March, and this is my story.
Push Golf and the Unreal Engine 5 Petit Contest: From Nostalgia to a Game Jam (Part 1)UE5 Petit Con 21’s Theme: OSU (おす)
The Unreal Engine 5 Petit Contest (also known as UE5 Petit Con) is a fascinating game jam with simple rules: make a game using Unreal Engine.
The theme for UE5 Petit Con 21 was “Osu” (おす). In Japanese, Osu can mean several things—like “push” or “to persevere”—leaving the interpretation up to the participants.
I went with the most obvious meaning—push (lol). But I can imagine more creative developers going wild, incorporating multiple meanings or even obscure interpretations into their games.
UE5 Petit Con 21 ran from February 16, 2024 (Friday) to April 7, 2024 (Sunday)—about seven weeks. This relaxed timeline made it easy to work at your own pace without feeling rushed.
Judging from the entries in previous editions, most games look like fun, experimental prototypes.
There’s no pressure to deliver a polished experience; all you need is a fun prototype based on the theme. The goal is simply to participate, experiment, and enjoy the process of creating with Unreal Engine 5.
The Prototype Phase
I have some experience with 48-hour game jams, in which you have to think and act fast if you want to complete your game before the deadline, but this time I felt the whole 7 weeks gave me more time to breathe and experiment with various alternatives.
I started with the usual brainstorming and prototyping phase, but honestly, I couldn’t come up with anything satisfyingly fun to play.
One of the goals I had for this game jam was to come up with one simple and elegant main game mechanic and keep fresh in multiple situations. Sounds easy, but I can guarantee you that it is absolutely not.
Sadly, after a couple of false starts, I couldn’t come up with anything interesting. It was like my brain could only come up with the most boring stuff possible.
The clock was ticking, and my limited knowledge of Unreal Engine didn’t allow me to create anything really compelling. I ended up settling with this kind of boring game in which the player goes through an obstacle course pushing a giant golf ball to the goal at the end of the obstacle course.
And thus, Push Golf was born.
Push Golf
The main goal in Push Golf is to push a giant golf ball into the course’s goal hole as quickly as possible.
It’s a very small game with 5 courses of increasing difficulty.
The first course is straightforward and serves as a tutorial, helping players get familiar with the controls.
With each new course, the challenges increase, testing player reflexes and decision-making.
To spice things up, I introduced 3 collectible golden ball power-ups in each course. Collecting each power-up enlarges the ball, increasing max speed and acceleration, but it decreases handling, creating a fun risk-reward trade-off that lets players choose their own approach.
The ultimate challenge is collecting all golden balls in every course while keeping total time as low as possible. For the visuals, I aimed to keep things simple and readable. I created the initial 3D models in KenneyNL’s Asset Forge for quick prototyping and then refined them in Blender for more customization. This combination of tools helped me assemble the courses quickly but with added flexibility for final adjustments.
For the player model, I went with the classic UE5 Mannequin (known as Manny or Gray-man in Japan), which felt fitting as the mascot of Unreal Engine, especially for a UE5-based game jam.
The game’s music and sound effects were sourced from royalty-free libraries, mostly pulled from my Humble Bundle library.
Blueprint vs. C++
Almost all of Push Golf’s game logic was built using Blueprint (Unreal Engine’s visual programming language), which surprised me since I initially thought C++ would be the default, “better” way to code a game in UE.
Boy, was I wrong!
Blueprint isn’t just faster for iteration; it also feels far more intuitive for interacting with Unreal Engine than using the C++ API.
The only thing to watch out for is creating “spaghetti blueprints,” which takes a bit of discipline to avoid—but isn’t that the case with any regular code?
And if you ever need the precision of C++, you can always integrate it into Blueprint where needed, getting the best of both worlds.
Making the Trailer
Every game entry for the Petit Contest requires a gameplay trailer.
I usually avoid making trailers for my games because I’m not very familiar with video editing software and also just plain lazy when it comes to stuff like this, but this time, I had no choice—so I took the opportunity to expand my skills. First, I needed some solid footage.
I recorded myself playing Push Golf for about 20 minutes using OBS. I was impressed by how smoothly everything ran at 4K@60fps, and recording didn’t impact the game’s performance at all.
Once I had the footage, it was time to edit it into a coherent trailer. I started with Kdenlive, a popular open-source, non-linear video editor. It worked well initially, but as I scrubbed through my footage (even using proxy clips), I ran into lag and frequent crashes, causing me to lose a lot of progress.
Frustrated, I switched to DaVinci Resolve, an incredible piece free software by Blackmagic Design. After a couple of tutorials to understand the UI and workflow, it felt intuitive. The performance was rock-solid, and Resolve’s editing workflow just made sense.
It took me around 7 hours to complete the trailer, but by day Apr 2 2024, it was finally uploaded to YouTube.
The last step was submitting the Petit Con entry form with all my game info and the link to my YouTube trailer.
YouTube Live
On April 19, 2024, the results of the 21st Unreal Engine Petit Contest were streamed live on YouTube. The broadcast highlighted both winning entries and other stand-out submissions from the contest.
Unfortunately, Push Golf didn’t make the cut, but watching the creativity on display in the other participants’ trailers was inspiring. Some entries took the theme to new levels of craziness and innovation, which made me realize
I could have pushed both the theme and gameplay further. In the end, my entry was neither stellar nor poor—just somewhere in between.
Oh well, there’s always a next time!
/r/DestroyMyGame
I also posted my game trailer on the subreddit /r/DestroyMyGame. As the community description says:
Destroy My Game, a community for brutally honest feedback for game devs.
Right on!
I received plenty of helpful feedback that I’m summarizing/paraphrasing here:
The robot character doesn’t add value to the gameplay.
The ball getting bigger doesn’t change how puzzles are solved, making it feel pointless.
Some gameplay elements (robot, ball size change) feel “meaningless” because they don’t affect the game in a rewarding way.
Add unique mechanics, like a power build bar to control the ball’s launch with different force.
Consider puzzles where a small or large ball matters (e.g., areas only a small ball can reach).
Introduce locomotion/strafing animations for the player character.
The game feels too simple or overdone, lacking originality.
Using default assets like the mannequin doesn’t help make the game stand out.
It’s a good effort for just one month of learning Unreal Engine 5. However, it needs more depth to hold attention.
Pretty spot on and fair. I’ll surely treasure and keep in mind these feedback comments for my next game.
Conclusions
Joining this contest was a great experience, and I had a ton of fun throughout the process.
Not being very familiar with Unreal Engine initially, this project helped me quickly break the ice with UE5 and feel more comfortable with the tools.
It’s always exciting to compare your work with others’ at the end of a game jam, and with everyone working on the same theme, I gained valuable insights into different creative approaches.
As always, after receiving player feedback, I’ve realized that I tend to rush through the idea and prototype phases and jump right into full development.
This approach often leaves my games with a less solid or engaging foundation, so it’s something I’ll aim to improve in future projects.
If you’d like to play Push Golf, you can find it on Itch.io here.
That’s all for now Folks!
Clocked Hours Breakdown
Category | Duration | % |
---|---|---|
Game Development | 34:38:08 | 52.01 |
Marketing | 08:26:25 | 12.67 |
UI/UX | 08:13:36 | 12.35 |
Post-Release | 06:33:20 | 9.84 |
Audio | 02:36:20 | 3.91 |
Art | 01:57:09 | 2.93 |
Effects | 01:47:36 | 2.69 |
Miscellaneous | 01:15:51 | 1.90 |
Uncategorized | 00:51:54 | 1.30 |
Learning | 00:15:20 | 0.38 |
TOTAL | 66:35:42 | 100 |
Related Articles
Push Golf and the Unreal Engine 5 Petit Contest: From Nostalgia to a Game Jam (Part 1)Ludum Dare 50: Delay the Inevitable
I Participated in Ludum Dare 47 and Made a New Game in a Weekend
Tearful Heart Retrospective
Lands of Ambustio: A Retrospective