Skip to content

A LINQy TicTacToe implementation in C# for StackOverflow

Notifications You must be signed in to change notification settings

gaearon/tictactoe

Repository files navigation

tictactoe

A LINQy TicTacToe implementation in C# for this question on StackOverflow.
Its model is separated from presentation so the OP can write real GUI on top of it.

Because most of TicTacToe code is functional, it would be a fun excercize to make TicTacToe class immutable, so each MakeMove “forks” it. I'm sure there are plenty tutorials that do this already.

About

A LINQy TicTacToe implementation in C# for StackOverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages