Skip to content

Releases: marinoandrea/hangman-cli

Hangman CLI - v1.0.1

22 Apr 14:34
Compare
Choose a tag to compare

Summary

  • removed coloured output for errors and informational messages
  • removed emojis
  • updated tests to account for new display functions

Hangman CLI - v1.0.0

20 Apr 18:08
Compare
Choose a tag to compare

Summary

Hangman CLI first release. The game features:

  • game configuration (word length, lives, and difficulty)
  • replay logic
  • game state display and hangman ASCII drawing
  • interactive prompt for player guessing
  • coloured error/informational output

Notes

  • The Linux release requires gclib version >= 2.29
  • The Linux release requires the installation of an emoji font in order to display output correctly
  • The Windows release requires an emulator like Windows Terminal in order to display coloured output and emojis

Hangman CLI ALPHA Release - v1.0.0

20 Apr 12:16
Compare
Choose a tag to compare
Pre-release

This is the first ALPHA release of the hangman CLI, it targets both Windows and Linux platforms.