/sudoku-challenge

A ruby program that solves simple sudoku games

Primary LanguageRuby

sudoku-challenge

A ruby program that solves simple sudoku games

##Summary: This was a challenge I completed at DBC to solve a sudoku puzzle using Ruby. The input is a string of 81 characters and the ouput is a completed and formated sudoku board.

How to use:

in terminal(run these commands):

  1. git clone https://github.com/lukasjones/sudoku-challenge.git
  2. cd sudoku-challenge/source
  3. ruby runner.rb

runner.rb inputs the unfinished sudoku boards and ouputs the completed sudoku boards. There are multiple boards being input so the output might be a look a little tall.