Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meszaros-lajos-gyorgy/ncurses-binary-sudoku

[WIP] A terminal based binary sudoku written using ncurses
https://github.com/meszaros-lajos-gyorgy/ncurses-binary-sudoku

Last synced: 11 days ago
JSON representation

[WIP] A terminal based binary sudoku written using ncurses

Awesome Lists containing this project

README

        

# Command-Line Binary Sudoku - using ncurses

(work in progress) A terminal based binary sudoku written in C++ 17 using ncurses

![screenshot](screenshot.png?raw=true "screenshot")

## Dependencies

### ncurses

`sudo apt install libncurses5-dev libncursesw5-dev`

## References and useful links

- [installing ncurses on linux](https://www.cyberciti.biz/faq/linux-install-ncurses-library-headers-on-debian-ubuntu-centos-fedora/)
- [ncurses tutorial](https://www.youtube.com/playlist?list=PL2U2TQ__OrQ8jTf0_noNKtHMuYlyxQl4v)
- [box drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character)

- [my thought process on how to generate a board](./docs/generating-a-board.md)