A simple local co-op shooter game where players must compete to get points by killing enemies. The multiplayer was made using Unity Netcode for GameObjects. In this project, I learned how to sync clients and server, sync game states across client, so clients will experience same game events simultaneously.