John-Experimental / GamesInBlazor

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

Ensure that game has a solution #12

Closed tesar-tech closed 3 years ago

tesar-tech commented 3 years ago

This would be useful to have. By my counting non-solution game is about 15 % rate.

I was thinking about implementation, should not be hard to do.

Maybe we can add "setting" to allow "solutionless" game.

let me know what you think!

John-Experimental commented 3 years ago

Yes absolutely. Had already taken an advance on it by allowing the grid to be good looking at a 15 card layout. The implementation is not too difficult as I can repurpose existing code to do it.

I've been struggling with the DI pipeline though. Once that's fixed this is the first issue I'll address.

John-Experimental commented 3 years ago

14 done