Skip to content

Releases: Alireza0K/Naato

v0.3.0-alpha

18 Sep 01:08
6e9fec3
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Bugs Fixes and Improvements:

This version includes significant code additions and modifications, particularly in the Q&A section. We have addressed all identified bugs, resulting in a much more stable and robust game.

First we talk about Improvements:

  1. Requirements List: Added a comprehensive list of required libraries for easier setup.
  2. Added Group Deletion Button: Facilitated easier group deletion for narrators.
  3. Added Enhanced User Permissions: Implemented stricter security measures for user permissions.
  4. Improved Issue Reporting: Introduced a more user-friendly method for reporting issues.

Fixed Bugs and Changes:

  1. Changed the Q&A Functions.
  2. Updated Hash Formula: Modified the NHF:124rqfjdnfoqi3r hash formula for improved security.
  3. Revised Last Round Buttons: Adjusted the buttons in the final /END round for a more intuitive user experience.
  4. Resolved Round One Crash: Fixed an issue that caused the game to crash during the first round /RA.
  5. Prevented Accidental Q&A Sharing: Eliminated the accidental disclosure of Q&A information to Naato during the /F Fact round.
  6. Fixed Duplicate Q&A Entries: Addressed the problem of duplicate Q&A entries being added.

v0.2.8-beta

17 Aug 10:48
19256d0
Compare
Choose a tag to compare
v0.2.8-beta Pre-release
Pre-release

Bug Fixes and Improvements:

  • Handled single Q&A in the final round: Resolved the issue where only one question and answer appeared in the final round. (main.py)
  • Enabled displaying the first round execution: Implemented functionality to show the execution of the first round. (main.py)
  • Corrected errors and duplicates in showing eliminated users during the final round: Fixed bugs related to errors and duplicate entries when displaying eliminated users in the final round. (main.py)
  • Eliminated duplicate entries when displaying eliminated users: Addressed the issue of duplicate user entries appearing in the list of eliminated users. (main.py)
  • Restricted fact addition to authorized users only: Implemented a fix to prevent unauthorized users from adding facts. (main.py)
  • Resolved duplicate 'Naato' issue: Identified and resolved the bug causing duplicate "Naato" entries. (main.py, Models.py)

v0.2.5-beta

17 Aug 10:46
7b2de9c
Compare
Choose a tag to compare
v0.2.5-beta Pre-release
Pre-release

Bug Fixes and Improvements:

  • Handled single Q&A in the final round: Resolved the issue where only one question and answer appeared in the final round. (main.py)
  • Enabled displaying the first round execution: Implemented functionality to show the execution of the first round. (main.py)
  • Corrected errors and duplicates in showing eliminated users during the final round: Fixed bugs related to errors and duplicate entries when displaying eliminated users in the final round. (main.py)
  • Eliminated duplicate entries when displaying eliminated users: Addressed the issue of duplicate user entries appearing in the list of eliminated users. (main.py)
  • Restricted fact addition to authorized users only: Implemented a fix to prevent unauthorized users from adding facts. (main.py)
  • Resolved duplicate 'Naato' issue: Identified and resolved the bug causing duplicate "Naato" entries. (main.py, Models.py)

v0.2.0-alpha

10 Aug 23:12
bbbfafd
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Models:

  • FUNCTIONS ADDED:
    • FetchAllMembersOfGroup: Retrieves all members of the current group.
    • ClearGroup: Removes all players from the current group.
    • DeleteGroup: Deletes the current group.
    • ToghseThePoint: Updates a player's score.
    • NaatoWon: Handles the scenario where a player named Naato wins.

Controller:

  • FUNCTIONS ADDED:
    • EndGame: Ends the current game session.
    • AllUsersPoints: Displays all players' points.

main:

  • Added another message for the player to see their own points or coin balance.

First Alpha Release

27 Jul 19:19
6521764
Compare
Choose a tag to compare
Pre-release

This is a Alpha version of the Naato Game.