A simple 9x9 sudoku game using Ruby
To run the project locally, install the dependencies using Bundler
bundle install
Then, play the game by running
bundle exec ruby game.rb
RSpec has been used for writing tests
bundle exec rspec
bundle exec rubocop