Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelmay81/fstictactoe

Simple game of Tic Tac Toe to try out different patterns in FSharp.
https://github.com/michaelmay81/fstictactoe

Last synced: 29 days ago
JSON representation

Simple game of Tic Tac Toe to try out different patterns in FSharp.

Awesome Lists containing this project

README

        

# # FsTicTacToe # #

This is a simple game of Tic Tac Toe to try out different patterns in FSharp.

## Library

This library defines the basic game.

## Console

Simple console application to play Tic Tac Toe.

Supports two modes:
- In memory game.
- Persistant game state loaded/safed from file.

## Web Api - Minimal

Web Api that servers a single game of Tic Tac Toe in a seperate thread via a MailboxProcessor.