All Projects
gamecompleted

Memory Game.

A simple tile-matching puzzle game built as part of a coding challenge.

Project Details

Status

completed

Type

game

Language

C#

Tech Stack

C#Unity

Project Writeup

Memory Game

Game made in 6 hours as part of my Mastered Bootcamp.

This project followed a brief to make a tile matching memory game. I opted to use the Unity built-in UI system due to the short time limit.

This game is multiplayer as 2 players take turns matching a pair of tiles. The implementation of this is very rough.