Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced User Experience with Multiplayer, Custom Words, Statistics, Leaderboard, and Timer for Hangman Game #285

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. Enhanced user experience with multiplayer, custom words, statistics, …

    …leaderboard and timer features.
    w3ngm0 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    24fb2eb View commit details
    Browse the repository at this point in the history
  2. Reverting git commit

    This reverts commit 24fb2eb.
    w3ngm0 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3cfcc56 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    92c0aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6509b View commit details
    Browse the repository at this point in the history
  3. Adding new python file words.py

    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c4ed70c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4bce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    890d4cd View commit details
    Browse the repository at this point in the history
  6. updating function update_game_state to handle partial matches of gues…

    …sed words
    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    adc19dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    726993a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9f4018 View commit details
    Browse the repository at this point in the history
  9. Adding statistics to the game, amount of times the game is played, wo…

    …n or lost!
    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b737bbf View commit details
    Browse the repository at this point in the history
  10. Adding a leaderboard to the game stating players name, games won and …

    …games played
    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f87e81b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c139024 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f1e66da View commit details
    Browse the repository at this point in the history
  13. Adding custom word list option at start of game and adding main funct…

    …ion to run game
    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a076aed View commit details
    Browse the repository at this point in the history
  14. Adding multiplayer support, prompts for names, number of players also…

    … tracks and displays each individual players stats and leaderboard ranking.
    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a9e5c08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d8e54f2 View commit details
    Browse the repository at this point in the history
  16. Adding unit tests for hangman game class

    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1f268a3 View commit details
    Browse the repository at this point in the history
  17. Adding 4 more unittesting for hangman class

    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    74bef11 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d375de View commit details
    Browse the repository at this point in the history
  19. docs: Updating Readme file

    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    11fe3c1 View commit details
    Browse the repository at this point in the history
  20. adding any final updates

    w3ngm0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6594f9c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. docs: adding docstrings params and returns

    w3ngm0 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    68968f2 View commit details
    Browse the repository at this point in the history
  2. Updating final code for hangman.py

    w3ngm0 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    46cf32e View commit details
    Browse the repository at this point in the history
  3. Adding back multiplayer feature after editing

    w3ngm0 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5938db3 View commit details
    Browse the repository at this point in the history
  4. pushing diff file for enhanced-hangman-game

    w3ngm0 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0a43c58 View commit details
    Browse the repository at this point in the history