Terrible Horse Game

The tutorial for this assignment showed us how to create a basic multiplayer game using Photon engine. Players can connect to rooms, and can interact with eachother across different clients by using PhotonView and PhotonTransformView components. The goal of the game is to be holding the hat object for a long enough time to win, at which point the game declares a winner.

Tutorial Link: https://academy.zenva.com/course/intro-to-multiplayer-game-development/

Play the Game: https://jacobpzo.github.io/hat_p3/

Github Repository: https://github.com/JacobPZO/hat_p3