Skip to content

HBO-ICT-F1/Memory

Repository files navigation

Memory

About

This is the Memory game from our group being developed for a school project.
The game will be developed in C# using the .NET Framework.

Requirements

The Memory game will have the following functionality:

  • Be able to play Memory on your own, and with others
  • Have a scoreboard/leaderboard
  • Save game data to a file locally
  • Have multiple themes for the game
  • Options for the game difficulty

Setup

To start the project setup, first download the .NET framework 4.8 developer pack and install it.
While the .NET framework is installing, clone the project.
After installing the .NET framework and cloning the project, choose one of the following IDEs to use.

Rider
When using Rider, open the .sln file.
Rider will set up the project.

Visual Studio
When using Visual Studio, open the .sln file.
Make sure the .NET desktop development component is installed.
Visual Studio will set up the entire project for you.