Skip to content

Comments

Add Word Scramble interactive CLI game#13659

Closed
MahyudeenShahid wants to merge 1 commit intoTheAlgorithms:masterfrom
MahyudeenShahid:master
Closed

Add Word Scramble interactive CLI game#13659
MahyudeenShahid wants to merge 1 commit intoTheAlgorithms:masterfrom
MahyudeenShahid:master

Conversation

@MahyudeenShahid
Copy link

@MahyudeenShahid MahyudeenShahid commented Oct 21, 2025

Title:
add interactive word scramble game

Description:
This pull request adds a new interactive CLI Word Scramble game implemented in a single Python file.

Files added:

  • word_scramble_game.py

This file implements:

  • Word scrambling and guessing logic
  • Category and difficulty system
  • Hint, skip, and quit functionality
  • Time-based scoring and simple streak/combo bonuses
  • JSON persistence for high scores and basic stats (files created at runtime)

Describe your change:

  • Add an algorithm or mini-project
  • Fix a bug or typo in an existing algorithm
  • Add or change doctests
  • Documentation change

Checklist:

  • I have read CONTRIBUTING.md
  • This pull request is entirely my own work — I have not plagiarized
  • I know that pull requests will not be merged if they fail the automated tests
  • This PR only changes one algorithm file
  • The new Python file is placed inside an existing directory (not in a new personal folder)
  • The filename is lowercase with no spaces or dashes (word_scramble_game.py)
  • All functions and variable names follow Python naming conventions
  • Function parameters and return values include type hints where applicable
  • The file includes docstrings and doctest examples for key functions (where practical)
  • The algorithm does not require any third-party dependencies

Reference:

Commit message:
add interactive word scramble game algorithm

This commit introduces a new interactive CLI game called Word Scramble. It features difficulty levels, multiple rounds, a hint system, scoring with time bonuses, and persistent high scores.
@algorithms-keeper
Copy link

Closing this pull request as invalid

@MahyudeenShahid, this pull request is being closed as none of the checkboxes have been marked. It is important that you go through the checklist and mark the ones relevant to this pull request. Please read the Contributing guidelines.

If you're facing any problem on how to mark a checkbox, please read the following instructions:

  • Read a point one at a time and think if it is relevant to the pull request or not.
  • If it is, then mark it by putting a x between the square bracket like so: [x]

NOTE: Only [x] is supported so if you have put any other letter or symbol between the brackets, that will be marked as invalid. If that is the case then please open a new pull request with the appropriate changes.

@algorithms-keeper algorithms-keeper bot removed the request for review from cclauss October 21, 2025 18:17
@algorithms-keeper algorithms-keeper bot added the awaiting reviews This PR is ready to be reviewed label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed invalid

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant