Skip to content

3Mcrystal/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game

This is a simple hangman game implemented in Golang.

Installation

  1. Clone the project:

    git clone https://ytrack.learn.ynov.com/git/gyael/hangman
  2. Change into the project directory:

    cd hangman    

Features

  • Help command
  • Word Variety
  • ASCII Art (Not implemented)
  • TView (Not implemented)
  • Save and Resume
  • Random Word Selection

Usage/Examples

Usage

go run main/main.go <filename> [--letterFile <letterFile>]

Usage (for Help)

go run main/main.go help

Example (without ASCII art)

go run main/main.go words.txt

Example (with ASCII art)

go run main/main.go words.txt --letterFile standard.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages