Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parnoldx/sudoku

Sudoku game for elementary OS
https://github.com/parnoldx/sudoku

game sudoku

Last synced: 28 days ago
JSON representation

Sudoku game for elementary OS

Awesome Lists containing this project

README

        

# Sudoku

### The number that is alone

![screenshot](data/screenshot.png)

## Installation
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](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
```