This is a webapp using ReactJS for the front end, Spring for the backend, and MongoDB as the persistant storage. Based off a project for a university course where we implemented "Worlds Fastest Scrabble Solver" algorithm. Very much a work in progress (not complete). Also my first time learning Docker. Does not work on mobile.
Hosted at https://scrabble.briyoon.dev
- fix dragging tiles back to hand
- make home page look better
- fix tray shuffle
- add typing to place tiles
- add resume game page
- add solver page
- update tile UI
- remove console logs
rewrite solversecure mongoDB instance- detect game end
- game culling
- add logging
- authentication
- custom word lists
- custom boards
- player vs player