A web-based tool and C++ backend program to evaluate player advantage in Scrabble based on tiles, scores, board leverage, and special tiles.
- Calculate remaining tiles and predict score potential.
- Evaluate board leverage using remaining Double-Word and Triple-Word squares.
- Compare player scores and determine who is winning.
- Include special high-value tiles (Z, X, Q, J) in luck score calculation.
- Interactive web interface with tabs for easy input.
- C++: Core calculations for tile, score, leverage, and luck evaluation.
- HTML/CSS/JavaScript: Interactive frontend for entering game data and viewing results.
- Responsive design: Works well on desktop and mobile devices.
-
C++ version:
Compile and run thescrabble.cppfile using any C++ compiler.
Input the required values in the console prompts to calculate player advantages.g++ scrabble.cpp -o scrabble ./scrabble