https://github.com/battermann/samegame
Same Game
https://github.com/battermann/samegame
Last synced: 8 months ago
JSON representation
Same Game
- Host: GitHub
- URL: https://github.com/battermann/samegame
- Owner: battermann
- License: unlicense
- Created: 2016-02-20T22:29:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T07:57:42.000Z (about 8 years ago)
- Last Synced: 2025-02-04T21:20:23.274Z (over 1 year ago)
- Language: F#
- Size: 124 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Same Game
An implementation of the game "[Same Game](https://de.wikipedia.org/wiki/SameGame)" in F#.
The front end is made with [Suave](https://suave.io/) and [DotLiquid](http://dotliquidmarkup.org/). Not fancy, very basic just to see something!
The application is [running on Azure](http://samegame.azurewebsites.net/) and is deployed directly from GitHub to Azure using Kudu and [Fake](https://fsharp.github.io/FAKE/).
For a nice introduction on how to set things up see [Deploying Azure web applications with FAKE](https://cockneycoder.wordpress.com/2016/04/05/deploying-web-applications-azure-with-fake/).