Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 342 Bytes

File metadata and controls

15 lines (9 loc) · 342 Bytes

Tango solver

Simple brute force solver for the Tango game from LinkedIn games.

Prerequisites

  • Ruby 3.0

Usage

ruby tango_solver.rb [path]

Where path is the path to the Tango game board file. You can find some samples of how to create a board file in the samples directory.