Payhemfoh / CPP-Sudoku-Game

A C++ command-line based sudoku generator and game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Sudoku Game

A C++ command-line based Sudoku generator and game

Future Plan

  • Menu page at the beginning of the program
  • Allow user to stop the program
  • Save current state into bin file
  • Load state from bin file
  • Implement different difficulty
  • Split of interface and class
  • Implementation of GUI feature
  • Allow user to input their Sudoku Map (with solver to assist in solving sudoku)

References

LiamNeate, Sudoku Game [online] Available at: https://github.com/LiamNeate/sudoku

About

A C++ command-line based sudoku generator and game

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%