Skip to content

Releases: RedPandaGuy1234/Games

v1.6.4

Choose a tag to compare

@github-actions github-actions released this 14 Sep 03:35
0726e8c

1.6.4 (2026-09-13)

Bug Fixes

  • Fix syntax error in check_word function (69a879f)

Continuations

  • Add character tracking and word checking function (feb6212)
  • Modify guess_word function to accept Word parameter (435704c)

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 13 Sep 20:08
1d2cf07

1.6.3 (2026-09-13)

Bug Fixes

  • Correct while loop syntax in guess_word function (60db3c1)
  • Fix indentation for while loop in check_word function (c681684)
  • Fix typo in error message for invalid word input (3094ba5)
  • Fix variable name for guessed word in validation (b741552)
  • Refactor check_word function for clarity (37f1b45)
  • Refactor guess_word function for input validation (f0a0fcb)
  • Refactor word validation to use allowed guesses (e19d407)
  • Update guess_word call to include guesses parameter (3c0d838)

Continuations

  • Add confirmation message for valid word guess (6761b9a)
  • Change guessing logic to track incorrect guesses (7ac600b)
  • Enhance word guessing logic in Wordle.py (7d769f4)
  • Modify guess_word to include guesses tracking (11faca1)

Other

  • Rename Wordle.py to wordle.py to have case consistency with other files (434c652)

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 15:34
4d82989

1.6.2 (2026-09-12)

Continuations

  • Enhance guess validation error message (5784a9f)

Other

  • Revise Wordle section for development encouragement (89230cd)

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 02:42
60485d2

1.6.1 (2026-09-12)

Other

  • Revise Wordle section and installation details (32c8393)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:57
64a228f

1.6.0 (2026-09-12)

Features

  • Add 'other' type to release-please config (c38512a)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:42
942b06c

1.5.0 (2026-09-12)

Features

  • Update release-please configuration with changelog sections (fc25008)

Bug Fixes

  • Update changelog section for continuations (1dfbc7b)

Continuations

  • Clarify pull request naming guidelines (fba8fc1)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 00:35
364ab9d

1.4.0 (2026-09-12)

Features

  • Implement word bank retrieval from external source (45347d9)
  • Implement word guessing and validation function (74fa391)

Bug Fixes

  • Enhance input validation error message (3d455b0)
  • fix indentation error (f83626f)
  • Import urllib3 and disable SSL warnings (d685800)
  • Remove test print statement from Wordle.py (6a7910f)
  • Suppress urllib3 OpenSSL warnings (7b5116c)

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 11 Sep 22:46
22186af

1.3.4 (2026-09-11)

Bug Fixes

  • Fix JSON formatting in release-please-config.json (54bf6c2)

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 11 Sep 22:45
389c019

1.3.3 (2026-09-11)

Bug Fixes

  • Improve error message for failed valid words fetch (830b5b5)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:44
fe6afab

1.3.2 (2026-09-11)

Bug Fixes

  • Change random delay range from 1-60 to 1-30 seconds so people don't get bored (9c21e1e)
  • Change reaction test wait time range (70cf52b)