Skip to content

devironl/sutom-solver

Repository files navigation

Sutom Solver

Scope

Creation of an app for helping Sutom users to solve their daily challenge.

The app has been deployed on Render and can be used for any other word game in French (Wordle, crossword...)

Workflow

The user gives the current state of their finding in the game:

  • Validated letters (red)
  • Correct letters but in wrong position (yellow)
  • Incorrect letters (grey)

Based on the input the app does a lookup in the reference dictionary and displays all the possible solutions.

Usage

  • Install Docker
  • docker-compose build
  • docker-compose up

Author

Louis de Viron - DataText SRL

Credentials

This tool is based on reverse-engineering from the SUTOM project. The list of words is downloaded from the code repository of the project.