Skip to content

Releases: mrmagic2020/The-Hangman-Game

v1.2.0

12 Apr 10:55
Compare
Choose a tag to compare

Added

  • Add attempt record. Repetitive guesses will not count into total attempts.

  • Add options to manipulate offline word base.

  • Add update sub-command to download latest DMG release from GitHub repository.

    • -c or --check to check for updates.
    • -d or --download to download latest release, if any.

Changed

  • New game command has been changed to hangman game [-o]. game is a subcommand.

Removed

  • -g/--game flag.
  • -u/--update flag.

Fixed

  • Offline custom game set word length bugs.
  • Add word length validation.
  • Fix random word length bugs.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Apr 11:35
Compare
Choose a tag to compare

Added

  • You can now customize a game by choosing any word length (2~15) or radomize it!
  • Enter hangman or hangman -h/--help to view options list.
  • You can now enjoy the game offline! (This took me TOO LONG) Enter hangman -g -o to start an offline game.

Changed

  • Now you have to enter hangman -g/--game to start a game of hangman.
  • Optimize game experience by adjusting output sequence and timings.
  • Use CLI11 library to parse input commands.

Fixed

  • Fixed printing blank lines when there are no strikes.

v1.0.1

09 Apr 07:30
Compare
Choose a tag to compare

Added

  • Added update command.

Changed

  • Changed GET API source for better word selections.
  • Changed word lengths for different difficulties.
  • Added command list after finishing a game of hangman.
  • Use json library to parse API results.

Fixed

  • Fixed issues with random word length generation.

v1.0.0

07 Apr 10:00
Compare
Choose a tag to compare
prepare for release