TileTactician

Getting started

Install TileTactician, enter your first board, and run your first analysis in under two minutes.

Install

TileTactician is an Expo / React Native app. Install it on your iOS device from the App Store, or run it locally for development:

git clone https://github.com/smynkr/Crossplay-Pro.git
cd Crossplay-Pro
npm install
npx expo start

Scan the QR code with Expo Go (Android) or the Camera app (iOS) to launch.

Your first analysis

  1. Open TileTactician.
  2. Tap New Board or edit the default empty board.
  3. Place tiles on the grid to match the current game state — see Board entry for tips.
  4. Enter your rack tiles in the rack bar at the bottom.
  5. Tap Analyze Board.

The solver begins searching immediately. Results stream in as they are found — the top play appears within milliseconds on a mid-game board, and the full ranked list completes in under 500 ms on Apple Silicon.

What the results show

Each result row displays:

  • Word — the primary word formed
  • Score — total points including premium squares
  • Position — grid coordinates and direction (across / down)
  • Cross-words — any secondary words formed perpendicular to the play

Results are sorted by score descending. Tap any row to preview the placement on the board.

Next steps

On this page