John-Experimental / GamesInBlazor

Implementation of the game SET in Blazor webassembly
2 stars 1 forks source link

SET game

Game is available online.

"The goal of the game is to find sets (hence the game's name) of three cards, such that for each of the attributes (3 for the easy variation, 4 for the hard variation), either all three cards have different values or all three cards have the same value" (taken from here).

This is web based version of the game. Written in Blazor.

Winning combination is not yet guaranteed. If you cannot find one, just refresh the page! (to be added)