Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-wormald/nanogenmo-2023
https://github.com/ben-wormald/nanogenmo-2023
nanogenmo nanogenmo2023
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ben-wormald/nanogenmo-2023
- Owner: Ben-Wormald
- Created: 2023-11-01T11:38:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:51:31.000Z (about 1 year ago)
- Last Synced: 2024-11-06T00:45:43.143Z (about 2 months ago)
- Topics: nanogenmo, nanogenmo2023
- Language: Rust
- Homepage: https://github.com/NaNoGenMo/2023/issues/3
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Il nome della zebra
A [zebra puzzle](https://en.wikipedia.org/wiki/Zebra_Puzzle) murder mystery set in a Benedictine
abbey, for [NaNoGenMo 2023](https://github.com/NaNoGenMo/2023/issues/3).> As we neared the end of Sext a brother let slip to me that the monk who hails from Moudon lives in the cell to the left of the monk whose patron saint is Hildegard of Bingen.
See `il-nome-della-zebra.txt` for an example output. Set the `RNG_SEED` environment variable to seed
the randomiser for deterministic results.## Data sources
- https://www.englandsimmigrants.com/browse/
- https://en.wikipedia.org/wiki/List_of_saints#Christian_saints_since_AD_300## Useful commands
```sh
# fix dataset encoding
iconv -f UTF-16LE -t UTF-8 data/sources/englands_immigrants_search_results.csv > data/sources/englands_immigrants_search_results.utf8.csv# count words in output
cat il-nome-della-zebra.txt | wc -w
```