Stool Steal
By Pro Janitor
Global Game Jam 2024
About
Stool Steal is a 2D/3D platformer multiplayer fighting party game where players as office employees compete for the toilet in the office or else..... And somehow the toilet is in the elevator??
Project Info
-
Role: Gameplay Programmer
-
Team Size: 7
-
Time frame: 48 Hours
-
Engine: Unity
-
Repository: Github, Sourcetree
Game Trailer
Introduction
This project is a project me and my friends did for the challenge Global Game Jam 2024. With the theme "Make Me Laugh" and the skillset our members have, we decided to make a 2D/3D multiplayer party game in order to make the game fun and enjoyable for players.
Gameplay
-
Player configuration
We only have time to work on the project for 48 hours, after planning the game design. I decided to implement player configuration myself for multiplayer joining system and keep the data transfer over scenes made the input with both keyboard and joy controller to join the game.
-
Interactive Object
Another thing I delivered in this project is interactive objects. Even though the game doesn't have many interactive objects, it is still essential and impacts the gameplay. The object including;
-
Elevator Button
-
Interactive Toilet
-
Other detail
Due to a lack of time and members, I also did many other minor functions that were required to complete the game on time. such as;
-
Debug multiple controller input
-
Implement a simple sound manager
-
Set up repository and Unity project setting