Skip to content

will7200/WordBites-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Word Bites Solver

I have been enjoying the new game word-bites on game pigeon. They implemented a new feature that gives all the wordsWorker possible on the game that is really cool. The only downside is that is quite expensive to utilize.

So this is my go at implementing the solver from scratch. I will document all my findings over at RESEARCH.md.

Play with it over at https://will7200.github.io/WordBites-Solver

TODO

  1. UI
  • Tile Grid
  • Character(s) Block creator
  1. Web Worker in Rust
  • Algorithm to Solve all possible wordsWorker