Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Super simple cli sudoku game.

run make to compile with g++ c++11

Usage:

  1. Compile with make
  2. Run with ./out/sudoku

Instructions to play:

Add numbers to board with a### (row, column, digit, i.e. a024 for setting row 0, column 2, to 4)

Remove numbers previously added with r## (row, column, i.e. r02 for removing row 0, column 2)

Exit game with x

About

A super simple cli sudoku game for linux

Resources

Stars

Watchers

Forks

Contributors

Languages