Game Project

"Online Memory Game" - using MSSql & Entity Framework

13 SEP 2022

Description

Using the Entity Framework I created a web API that I can access through a repository in my unity project. Setting up a Database in either MSSQL/MYSQL, I can access the database and Fetch/Push data across from it. In this project it was the child's game of memory where you have to flip tiles. The unity project fetches these images with a repository using the WebAPI. It also kept track of highscore and the player names

I sadly cannot provide imag es of the project since I deleted the database but here is the github project that goes over the webAPI files and the Repositories that I used in Unity.