https://github.com/ggerganov/hnguessr
Guess the Hacker News titles
https://github.com/ggerganov/hnguessr
hackernews wordgame
Last synced: 4 months ago
JSON representation
Guess the Hacker News titles
- Host: GitHub
- URL: https://github.com/ggerganov/hnguessr
- Owner: ggerganov
- License: mit
- Created: 2022-03-19T19:11:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T06:10:37.000Z (about 3 years ago)
- Last Synced: 2024-10-03T13:52:07.409Z (8 months ago)
- Topics: hackernews, wordgame
- Language: C++
- Homepage: https://hnguessr.ggerganov.com
- Size: 216 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HNGuessr
A daily game where you try to guess the top [Hacker News](https://news.ycombinator.com/news) story titles from yesterday.
Play online: https://hnguessr.ggerganov.com

## Details
The stories are updated once per day at 12:00 UTC by fetching the top stories from the HN API. There is a 24 hours
moderation period where I choose which words are going to be unknown for the next round. In case I am unavailable during
this period, a random set of words will be selected. At 12:00 UTC the next day, the stories are published and available
for everyone to play.If you want to play past rounds, you can use the following URL:
https://hnguessr.ggerganov.com/1/
Replace the "1" with the round that you would like to replay.