top of page

Bean Ball

beanball.PNG

Purpose

Description

Bean Ball is a local multiplayer game for three players where you play as a small, jumping bean that can spit balls through its mouth.

​

The game has three different game modes. Two of the game modes are based on each player having three lives, and the last one standing wins. The difference between these two modes are that one of them lets the beans jump, and the other provides the beans with a jetpack, meaning they can fly around the arerna. The third game mode is a sort of death match, where the player with most kills after the timer runs out wins.

​

​

Bean Ball is a two week Unity project I worked on to get to know Unity more, get some engine experience and practice my skills with code. I made the entire project on my own, with the help of art assets from the Unity Store. 

​

The game is coded in C#, and it was a great practice to work within an engine, and to practice code logic. The design of the game is not very complicated, but it was not my goal to make an innovative game design-wise, but rather to practice things like using Unity's canvas system to create a menu and UI for the game and adapting code in different ways for new results. Using some help from tutorials in the beginning quickly taught me how to create different game modes on my own.

​

​

beanball2.PNG
bottom of page