Skip to content

iminashi/cheating-hangman

Repository files navigation

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.