Game day
Game day is a multiplayer party game where you play against each other in different games like tag, soccer, dodgeball or race in a obstacle run.
Most of the games have powerups like a speed powerup, jump powerup, etc.
Tag:
In tag you try not being the tagger at the end of the countdown, after this countdown the tagger gets destroyed and a new tagger is selected until there is only one person left. After this the game will end and the last player won.
After each game everyone votes for what game to play next.
NOTE: You NEED 2 players or more to play this game!
Download
GitHub
The things I did in this project:
Obstacle run:
In obstacle run you go though waypoints, the first person who got to the end wins and then the game ends.
Dodgeball:
In dodgeball are two teams, team red and team blue. At the start the ball goes to one of the team.
A player can pick up the ball and throw them at the other team, if it hits someone without hitting something else
first the player getting hit gets destroyed. This continues until one of the teams has no players left, after this the game ends
and one of teams won.
Soccer:
In soccer there are also two teams, at the start of the game the ball spawns in the middle and the players can push the ball or
use powerups on it to try to score on the enemy team. After the time is done the team with most points wins, if both teams have the
same amount of points 10 seconds get added to the timber.
Multiplayer:
I did the multiplayer in this project and made everything work with multiplayer. I used Photon for the multiplayer.
Options:
I did all the options and the save system for the options.
Customization:
In the main menu you can change the hat you're wearing, this also shows up for the other players when you're in a game.
Back