https://github.com/parnoldx/sudoku
Sudoku game for elementary OS
https://github.com/parnoldx/sudoku
game sudoku
Last synced: 5 months ago
JSON representation
Sudoku game for elementary OS
- Host: GitHub
- URL: https://github.com/parnoldx/sudoku
- Owner: parnoldx
- License: gpl-3.0
- Created: 2017-10-22T13:10:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T10:19:17.000Z (over 5 years ago)
- Last Synced: 2024-07-28T23:31:54.858Z (9 months ago)
- Topics: game, sudoku
- Language: Vala
- Homepage:
- Size: 1.79 MB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Sudoku - The number that is alone [:white_check_mark:](https://appcenter.elementary.io/com.github.parnold-x.sudoku.desktop) (Applications / Games)
README
# Sudoku
### The number that is alone

## Installation
[](https://appcenter.elementary.io/com.github.parnold-x.sudoku)## Building
Dependencies:
* valac
* glib-2.0
* gee-0.8
* gtk+-3.0
* granite
* qqwing
then build with:
```
meson build --prefix=/usr
cd build
sudo ninja install
```