top of page

Say 'LIIIIIIG'

Date

2023

Platform

Windows_Icon.png

Genre

Coop

Team

members

Game Engine

Unity.png

Duration

2 months

Context

This game was realized for a student association tournament. The theme was to create a coop game

Pitch

Say "LIIIIIIG" ! is a 2 players game where one player has a list of photos they have to describe to their partner. The other player will have to reproduce them in the game as faithfully as possible.

Pitch

Tasks

Photo system

A photo is defined by its angle and its position. It is approved when the player is located within its acceptance area. The closer the picture is taken, the more points they get.

Tools for the photo system

A photo position can be added via a button in the editor, it saves the camera position and angle on the player.

To facilitate testing, Guizmos are visibles to indicate where the photos in editor have been taken and the limits of the zone of validation.

UI

I realized the UI for the album and the animation when the player takes a picture.

For that, a screenshot of the screen of the player is taken, saved and displayed.

bottom of page