Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.77 KB

File metadata and controls

54 lines (45 loc) · 1.77 KB

ABOUT

This is a beginners' Golang Project. We have developed a small website that host a Hangman Game

LANGUAGE

  • FR

TEAM

  • Gabriel D.
  • Josue A.

OBJECTIVE

  • Learn Go and build a group project
  • Build a Go server and an HTML/CSS webpage

PREREQUISITE

You don't need any specific knowledge to run the code. Just run the code with go run HangmanServer/main.go and open your browser to localhost:8080. To understand the code itself you will need to know the basics in html/css and Golang

RESOURCES

Images and Icons are from the following websites

Some sites that we used to learn Go and build the project

OVERVIEW

The project is a simple website that host a Hangman Game. The game is a simple word guessing game. The user has to guess the word by clicking on the letters. If the letter is in the word, it will be displayed. If not, the user will lose a life. The user has 10 lives. If the user loses all his lives, he loses the game. If the user guesses the word, he wins the game.

KEYTOPICS

  • Go
  • HTML
  • CSS
  • Web Server

PICTURES

img1.png img2.png img3.png img4.png img5.png