An open API service indexing awesome lists of open source software.

https://github.com/battermann/tictactoe

A WPF UI for Scott Wlaschin's Tic Tac Toe implementation
https://github.com/battermann/tictactoe

Last synced: 11 months ago
JSON representation

A WPF UI for Scott Wlaschin's Tic Tac Toe implementation

Awesome Lists containing this project

README

          

# TicTacToe
A WPF UI for Scott Wlaschin's [Tic Tac Toe implementation](http://fsharpforfunandprofit.com/posts/enterprise-tic-tac-toe-2/).

I omitted the view model as well as any fancy ui features here to keep the focus on the interaction with the domain.