Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 713 Bytes

Suduko Game

A simple command line suduko game made with C++ using VS Code.

Requirements

Installation

  1. Clone the repository: git clone
  2. Run the configure script: ./configure.sh
  3. Run the build script: ./build.sh
  4. Run the game: ./suduko

Running the game on terminal by ./run.sh

  1. The game is now ready to be run. It is located in the /build folder.