Skip to content

elahe-dastan/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Build Status

Implemented Hangman game using Go

There is a game loop in the main of the program which breaks whenever the player wins (there is no looser 😂)
This code contains a directory called bank containing words which a random one is selected from, and a handler package
that is responsible for checking if the letter the player guesses is included in the word or not and also checks if the
game is finished.

Releases

No releases published

Packages

No packages published

Languages