Skip to content

Releases: thembaxaba157/Hangman

v1.1.0

05 Apr 12:21

Choose a tag to compare

1.1.0 (2025-04-05)

Bug Fixes

  • Database: fixed the sql command to allow score entry to work properly (339a02a)

Features

  • Leaderboard: added the View stats/leaderboard to show top 5 maximum the scores (8dde90d)

v1.0.0

28 Mar 07:22

Choose a tag to compare

1.0.0 (2025-03-28)

Features

  • Game Logic: complete the Play Section, the game logic implemented along with database update (2204c6a)
  • menu: added menu with skeleton for choices (2cf9ee8)
  • Menu: added the main menu for the whole program (e2f0794)
  • model: added Category class to hold words along with their difficulty (0fe2cf2)
  • Model: added WordManger model (6401e35)
  • UserManagement: added create, delete and load user session (b87bc78)
  • UserManagement: added Database management for the Pick users(Create, delete, load and view current user) session (fb02ba0)