KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pebble-wordle
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Bive
:
Bive is a Kurdish profanity language processing project.
simd_granodi
:
x64/SSE2 and AArch64/NEON SIMD layer in a single C/C++ header file, with functions/classes
DropFullCarts
:
A small mod to make carts drop themselves instead of their components
FuzzProject
:
Show the application of fuzzy in penetration test~
Transcendence
:
A charm pack for Hollow Knight
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pebble-wordle
?
Download (.md)
# pebble-wordle Imagine wordle, but on your Pebble. That's pretty much it. Supports playing the game, stat tracking, and sharing your score. Runs 100% on-watch for the best experience. Works best on Pebble Time and Pebble Time Steel (basalt). Works on Pebble 2 (diorite), but the colour scheme is confusing. Basically works on the original Pebble and Pebble Steel, but the colour scheme is confusing and the sharing QR codes aren't available.      ## Word lists The word lists are stored in `resources/acceptable.dat` and `resources/solutions.dat`. `acceptable.dat` contains all possible words, including the ones in `solutions.dat`. `acceptable.dat` is in alphabetical order for efficient searching; breaking that ordering will break the valid word check. `solutions.dat` is the list of every solution word, in the order they will appear.