Skip to content

Sagarlekhraj-19/Scrable-Game-AI-Winner-Detector-with-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scrabble Board Advantage Calculator

A web-based tool and C++ backend program to evaluate player advantage in Scrabble based on tiles, scores, board leverage, and special tiles.

Features

  • 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.

Technologies

  • 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.

Usage

  1. C++ version:
    Compile and run the scrabble.cpp file using any C++ compiler.
    Input the required values in the console prompts to calculate player advantages.

    g++ scrabble.cpp -o scrabble
    ./scrabble

Releases

No releases published

Packages

 
 
 

Contributors