-
I'm working on an implementation of Scrabble.
The board state is represented by a matrix with shape 15×15×27 (26 letters +1 wildcard, value 0/1)
and the rack state 7×27 (rack always contains 7 t…
-
Not sure if there's a point of making improvements after god mode, but here's a better word list. Source: Collins Scrabble Words Dec 2021
[5-letter-words.txt](https://github.com/hdegroot/zwordle/fi…
-
Maybe you can mention from in the README how the bundled word lists were generated. This would be helpful for the users (like me) that want to generate other word lists.
Thx
-
@LegalizeAdulthood commented on [Thu Mar 10 2016](https://github.com/exercism/exercism.io/issues/2794)
This is a problem we did at our Salt Lake City Software Craftsmanship meetup:
Given:
- a c…
-
I noticed when looking at other students solutions, it appears possible (although I have not checked any further than a single post) to submit a failing entry (iteration 1), and gain access to the the…
-
come on now, we all know April is the forth month of the year and should definitely be a valid word.
![Screenshot_20220114-174023_Brave](https://user-images.githubusercontent.com/97731649/149495483-c…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
2 years ago
-
This package looks really neat and flexible. The one thing I need though, copy on drag, is only hinted at in the readme.
_info: This one can be used to achieve very advanced custom behaviours (ex: …
-
Expressions to generate:
- `#{generate(...)}`
- `#{generateLocalized(...)}`
-
I'd like to have a setting where the user can put the game in hard or easy mode.
Easy mode: guesses don't have to be valid words
Normal mode: how it currently works
Hard mode: any revealed hints …