A simple card memory game created with C# and Unity.
This game is currently only supported on Windows.
Works on Windows 10 or later.
curl -sL github.com/rbous/memory-game/releases/latest/download/memory-game.zip -O
powershell -command "Expand-Archive -Force 'memory-game.zip' 'memory-game'"
del memory-game.zip
start ./memory-game/memory-game.exeDownload the zip file of the latest release here, then extract the contents.
Run memory-game.exe to launch the game

