Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meszaros-lajos-gyorgy/ncurses-binary-sudoku
- Owner: meszaros-lajos-gyorgy
- License: gpl-3.0
- Created: 2023-07-24T20:57:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-02T21:38:51.000Z (about 1 year ago)
- Last Synced: 2024-12-25T07:26:43.728Z (25 days ago)
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)