/hangman

:heavy_check_mark: The Hangman Game created with C#

Primary LanguageC#

Hangman

Este é um projeto do jogo da forca (Hangman) criado em C# usando o template 'dotnet new console'.

Pré-requisitos

Como baixar e executar

Abra o terminal e execute os seguintes comandos:

git clone https://github.com/seu-usuario/hangman.git
cd hangman
dotnet build
dotnet run