David Kirkby

Results 16 issues of David Kirkby

This would primarily be to allow beta testers to interact with the AI, so we can work out the bugs and tune parameters. The simplest starting point would be to...

Although it is pedantic, I am in favor of a consistent style and [PEP8](https://www.python.org/dev/peps/pep-0008/) is the de facto standard. This is not urgent, but there are some line length and...

Checklist: - [ ] Review open-source license - [ ] Change repo name? - [ ] Contact game owner? - [ ] How to acknowledge game designer?

The pre-processed corpus is in unicode after #8 (with utf8 encoding, by default), which means that clues are now given in unicode. The new `engine.say()` function now handles encoding of...

The random board is currently created treating all 400 words as independent. However, the physical game has 200 double-sided cards, which means there are 200 pairs of words that can...

enhancement

This works as expected when cellType is "day" but not for "month" or "year": ```javascript new AirDatepicker("#picker", { onRenderCell: ({date, cellType}) => { const disabled = (date.getFullYear() != 2023); return...