https://github.com/iminashi/cheating-hangman
Hangman game where the computer cheats.
https://github.com/iminashi/cheating-hangman
bulma fable fsharp safe-stack
Last synced: about 1 month ago
JSON representation
Hangman game where the computer cheats.
- Host: GitHub
- URL: https://github.com/iminashi/cheating-hangman
- Owner: iminashi
- Created: 2021-09-18T15:39:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T18:32:24.000Z (over 4 years ago)
- Last Synced: 2025-05-29T13:27:11.357Z (about 1 year ago)
- Topics: bulma, fable, fsharp, safe-stack
- Language: F#
- Homepage:
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheating Hangman
[](https://cheatinghangman.azurewebsites.net/)
A web implementation using the SAFE stack of the cheating hangman program from the book _Think Like a Programmer: An Introduction to Creative Problem Solving_ by V. Anton Spraul.
## Install pre-requisites
- [.NET Core SDK](https://www.microsoft.com/net/download) 5.0 or higher
- [Node LTS](https://nodejs.org/en/download/)
## Starting the application
Before you run the project **for the first time only** you must install dotnet "local tools" with this command:
```bash
dotnet tool restore
```
To concurrently run the server and the client components in watch mode use the following command:
```bash
dotnet run
```
Then open `http://localhost:8080` in your browser.