adriengonz / hangman-web-ynov

Project of hangman in web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman Web

Hangman in web browser, running in Golang. Project initially given by Montpellier Ynov Campus

Setup

Clone the repo in local:

git clone https://github.com/adriengonz/hangman-web-ynov.git

Usage

Go into hangman-web directory:

cd hangman-web-ynov

Run the program by Go run command:

go run .

Then go to http://localhost:8080 or http://[LOCAL_IP]:8080 on your web browser to play the game.

About

Project of hangman in web browser


Languages

Language:Go 35.9%Language:HTML 31.8%Language:CSS 23.8%Language:JavaScript 8.5%