Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolairuhe/bee
https://github.com/nikolairuhe/bee
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolairuhe/bee
- Owner: NikolaiRuhe
- Created: 2021-11-17T06:47:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T09:05:06.000Z (about 3 years ago)
- Last Synced: 2023-03-11T22:41:46.115Z (almost 2 years ago)
- Language: Swift
- Size: 6.14 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee
A swift package that models the Spelling Bee game, especially the german
newspaper _Die Zeit_ version found here: [Buchstabenbiene](https://spiele.zeit.de/buchstabiene/)In this game you have to produce words from a given set of characters.
The implemented `BeeDictionary` finds candidates from a contained dictionary of
~2M german words.The dictionary is from here: https://sourceforge.net/projects/germandict/
I built this to explore Swift concurrency.