项目作者: elahe-dastan

项目描述 :
Hangman gaming in Go
高级语言: Go
项目地址: git://github.com/elahe-dastan/Hangman.git
创建时间: 2020-04-09T09:14:31Z
项目社区:https://github.com/elahe-dastan/Hangman

开源协议:GNU General Public License v3.0

下载


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 :joy:)

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.