iminashi / cheating-hangman

Hangman game where the computer cheats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheating Hangman

Screenshot

Try it out

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

Starting the application

Before you run the project for the first time only you must install dotnet "local tools" with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet run

Then open http://localhost:8080 in your browser.

About

Hangman game where the computer cheats.


Languages

Language:F# 67.6%Language:JavaScript 30.1%Language:HTML 2.3%