Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbobbennett/TicTacToe
Just some dumb code to get TicTacToe working in F# and Xamarin Forms
https://github.com/jimbobbennett/TicTacToe
fsharp xamarin xamarin-forms
Last synced: 3 months ago
JSON representation
Just some dumb code to get TicTacToe working in F# and Xamarin Forms
- Host: GitHub
- URL: https://github.com/jimbobbennett/TicTacToe
- Owner: jimbobbennett
- License: mit
- Created: 2018-04-10T18:09:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T15:57:19.000Z (over 6 years ago)
- Last Synced: 2024-05-13T01:20:27.990Z (6 months ago)
- Topics: fsharp, xamarin, xamarin-forms
- Language: F#
- Homepage:
- Size: 235 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Fabulous - Tic Tac Toe - A Half-Elmish implementation of Tic Tac Toe. (Sample apps)
README
# TicTacToe
This is an implementation of a mobile app version of TicTacToe in F#. The app is build using Xamarin.Forms, using the Elmish arcitecture from [here](https://github.com/fsprojects/Elmish.XamarinForms).