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
- Host: GitHub
- URL: https://github.com/battermann/tictactoe
- Owner: battermann
- Created: 2015-05-28T08:26:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T07:51:07.000Z (about 11 years ago)
- Last Synced: 2025-06-15T02:41:58.622Z (about 1 year ago)
- Language: F#
- Size: 160 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.