Billiaquarium

August 2023

Gameplay gif

Project links

Overview

Billiaquarium is an underwater 8-pool/billiard game developed in one week for the Brackeys Game Jam 2023.2. The game is developed in Unity, where I took part as the team's programmer.

Design

The theme of the game jam was "Deeper and Deeper" and the theme could be freely interpreted by the participants.

The initial idea was a normal 8-pool game but set in an underwater setting, meaning the game has underwater physics such as floating 8-pool balls. Initially, the arena was a normal 8-pool table, but we decided to have a 3D arena instead due to its fun interaction with the floating ball mechanics.

Development

I was responsible for developing the player and AI interaction. I implemented the player aiming and shooting mechanism and integrate it with the physics engine. I also implemented the AI aiming and shooting mechanism, which will occur after the player has ended their turn. I utilized a state machine architecture for the implementation of the interaction, which is fitting due to the game's clear separation between multiple states and its behaviors.

The player first needs to aim using the mouse. After that, the player can adjust the strength of the stick by pulling and pushing the mouse while holding the left mouse button. When the player is ready, they can simply stop holding the left mouse button, and the stick will shoot the ball.

As for the AI, I had it look for the closest valid ball in regards to the cue (white) ball and the surrounding holes. After the AI has decided which ball to shoot and which hole to aim to, the AI will decide at which part of the ball should the cue ball hit. This can be determined by calculating the distance from the target ball to the target hole. I added a small randomness to the AI's aiming and shooting mechanism as a basis for "difficulty settings" to the game.

Reception

The game is ranked 165 in the overall category out of 919 entries. The game scored the highest in the innovation category, at rank 46.

Harits Nur Fauzan 2023