https://github.com/larsgw/censordle
Guess Wikipedia article titles based on the censored contents of their articles
https://github.com/larsgw/censordle
game wikipedia
Last synced: 27 days ago
JSON representation
Guess Wikipedia article titles based on the censored contents of their articles
- Host: GitHub
- URL: https://github.com/larsgw/censordle
- Owner: larsgw
- License: mit
- Created: 2023-03-09T13:45:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T09:56:36.000Z (over 1 year ago)
- Last Synced: 2023-10-10T10:45:10.257Z (over 1 year ago)
- Topics: game, wikipedia
- Language: JavaScript
- Homepage: https://larsgw.github.io/censordle/
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# censordle
Guess the title of the Wikipedia article. Wikipedia articles are taken from the list of
[Level-4 Vital Articles](https://en.wikipedia.org/wiki/Wikipedia:Vital_articles/Level/4).
Based on the currently (as of writing) defunct [Redactle](https://www.redactle.com/).The article content is licensed under the [CC BY-SA 3.0 Unported license](https://creativecommons.org/licenses/by-sa/3.0/).
The code used to extract (nearly) plain text from the Wikipedia HTML may have inadvertantly
modified the content. This code can be found on [GitHub](https://github.com/larsgw/censordle).Game state and statistics of past articles are kept in cookie-like technology. However,
the data remains in your local browser, and is not transmitted to a server.