CodeNames icon indicating copy to clipboard operation
CodeNames copied to clipboard

AI for CodeNames

Results 10 CodeNames issues
Sort by recently updated
recently updated
newest added

When I performed the statement: ./fetch_corpus_text.py, there will always be these two error messages as follow and The operation will be interrupted,which can't be solved by running again. **Unexpected Error::...

It could happen especially if the first guess was wrong in the previous round, because then the words to guess are the same. I propose we keep a list of...

enhancement

The AI is getting a bit slow, especially with the larger corpus. This issue is to run a profile and see if there are any obvious bottlenecks that would be...

The current implementation of `model.get_clue(...)` is too simple and ad-hoc. Visible words are now divided into four groups: - words associated with the clue - all words for our team...

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