Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamster45105 committed Dec 23, 2024
1 parent fbbd6f0 commit ea850f2
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,17 @@

This is a simple website that has an archive of solutions to various [New York Times Games](https://www.nytimes.com/crosswords).

New solutions are fetched from the New York Times and added to the list daily at 00:00 UTC.
New solutions are fetched from the New York Times and added to the list daily.

**Warning!** May contain spoilers!

The list is available at the [https://hamster45105.github.io/nyt-games-archive/](https://hamster45105.github.io/nyt-games-archive/)
The list is available at [https://hamster45105.github.io/nyt-games-archive/](https://hamster45105.github.io/nyt-games-archive/)

## Currently Supported Games

- Wordle
- Connections
- Strands
- The Mini

The raw list of solutions is available in these JSON files:

[Wordle](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/wordle_solutions.json)[Connections](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/connections_solutions.json)[Strands](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/strands_solutions.json)[The Mini](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/mini_solutions.json)
- [Wordle](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/wordle_solutions.json)
- [Connections](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/connections_solutions.json)
- [Strands](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/strands_solutions.json) - [Strands as images](https://github.com/Hamster45105/nyt-games-archive/tree/main/solutions/strands)
- [The Mini](https://raw.githubusercontent.com/Hamster45105/nyt-games-archive/main/solutions/mini_solutions.json)

Solutions for Strands as images are available in [this folder](https://github.com/Hamster45105/nyt-games-archive/tree/main/solutions/strands).

## Solutions Update Status
<img src="https://img.shields.io/github/actions/workflow/status/Hamster45105/nyt-games-archive/update_wordle_connections_strands.yml?style=for-the-badge&label=Wordle%2FConnections%2FStrands" alt="Wordle/Connections/Strands update status" />
Expand Down

0 comments on commit ea850f2

Please sign in to comment.