top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Picture Guess Game Multiplayer

Project type

Game

Date

August 2021

A kids' picture quiz game with online multiplayer that I solo developed for an internship.


• Learned proper coding architecture and standards by working under a mentor.

• Made using Unity and Photon API.

• Developed multiplayer(P2P) with matchmaking using the Photon Framework.

• Images for the game would be based on the Player's level, ensuring a fair game, with more difficult images at higher levels.

• Crafted an input system of typing the answers using blocks of alphabets provided with deletion as well.

• Created modular functions for strings with different requirements (Extensions.cs in the source code).

• Developed a simple AI to play against when no match is found, with a bias system based on the player's gameplay.

• Handled player disconnect and background cases.

• Developed a chat system as well implemented in the game.

• Added a single-player mode.

• Published on the Android Play Store.(google took it down recently, since no updates)

bottom of page