/Sudoku2

Makers Academy - Week 4 Project - Sudoku Solver

Primary LanguageRuby

Sudoku

Makers Academy Project - Week 4

Our project for this week was to create a Sudoku solver.

The task was set by our teacher @ecomba.

It currently only works for very simple puzzles.

It iterates over the grid row by row till it has been solved or it breaks if the puzzle is not solvable by this method.

Classes:

Grid Cell