Fork of https://github.com/KermWasTaken/costcodle that enables users to play any day's challenge rather than just the one for the current day
Go to file
DJ Gillespie b00f41ac80 Add archive navigation feature with URL parameter support
- Add URL parameter parsing via getGameNumberFromURL()
- Add dynamic MAX_GAME_NUMBER detection from games.json in order to properly handle page overflow
- Add runtime validation with redirect for invalid game numbers
- Implement Previous/Next navigation buttons
- Add keyboard navigation (arrow keys)
- Display game number and date in navigation
- Update share URLs to include day parameter for archived games
- Add navigation UI (HTML/CSS) matching project design
2026-02-02 16:41:46 -07:00
assets Add files via upload 2023-10-11 11:40:54 -04:00
public Fixed bug with favicons 2023-10-04 12:52:34 -04:00
scripts Add archive navigation feature with URL parameter support 2026-02-02 16:41:46 -07:00
styles Add archive navigation feature with URL parameter support 2026-02-02 16:41:46 -07:00
CNAME Create CNAME 2023-09-21 13:53:29 -04:00
games.json Update games.json 2024-08-09 07:55:32 -04:00
index.html Add archive navigation feature with URL parameter support 2026-02-02 16:41:46 -07:00
LICENSE Create LICENSE 2023-09-23 13:03:43 -04:00
README.md Update README.md 2023-10-11 12:15:29 -04:00


Logo

COSTCODLE

A Wordle-esque daily guessing game for Costco food products!
Explore the docs »

View Demo · Report Bug · Request Feature

MIT License LinkedIn

Table of Contents
  1. About The Project
  2. License
  3. Contact
  4. Acknowledgments

About The Project

Product Name Screen Shot

Guess the COSTCODLE in 6 tries.

  • Each guess must be a valid price.
  • Incorrect guesses will help guide you to the target price.

If you guess within 5% of the target price, you win!

A new COSTCODLE is available every day!

(back to top)

Built With

  • HTML
  • CSS
  • JS

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Zachary Kermitz - zakkermitz@gmail.com

Project Link: https://github.com/KermWasTaken/costcodle

(back to top)

Acknowledgments

This project would not have been possible without the following resources:

(back to top)