Skip to content
/ hangman Public

Simple CLI hangman examples in a few programming languages.

License

Notifications You must be signed in to change notification settings

dxrcy/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Examples

Simple CLI hangman examples in a few programming languages.

Languages

(Not implemented yet)

  • Common Lisp
  • Kotlin

How to use

Install just to run the examples.

just --list

just rs
just zig

Or run manually:

go run src/hangman.go words/lf.txt

There are 2 words files: words/lf.txt and words/crlf.txt, for LF and CRLF formats.

Concepts implemented

// todo

Todo

  • Check character input is a letter

About

Simple CLI hangman examples in a few programming languages.

Topics

Resources

License

Stars

Watchers

Forks