8000 GitHub - feliposz/harvard-cs50-sudoku: A terminal/console game of Sudoku.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feliposz/harvard-cs50-sudoku

Repository files navigation

Sudoku - Harvard CS50

A terminal/console game of Sudoku.

sudoku

Project

This is my implementation of the problem set 4 in Harvard's CS50 when I was following the course back in 2011.

For the original files, check this link.

Build

To build the project, run:

make

Requires a GCC compiler and the ncurses library. Tested on Linux and on WSL (Windows Subsystem for Linux) on Windows 10. Can probably be compiled with other C compilers with minor adjustments.

Usage

For the easier set of problems, run:

./sudoku n00b

For the harder set of problems, run:

./sudoku l33t

You may also enter a problem number after n00b or l33t.

About

A terminal/console game of Sudoku.

Topics

Resources

License

Stars

Watchers

Forks

0