Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hookedbehemoth/remarkable-sudoku
https://github.com/hookedbehemoth/remarkable-sudoku
e-ink remarkable-tablet sudoku
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hookedbehemoth/remarkable-sudoku
- Owner: HookedBehemoth
- License: gpl-3.0
- Created: 2024-01-02T23:49:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-04T21:44:54.000Z (12 months ago)
- Last Synced: 2024-02-04T22:57:23.552Z (12 months ago)
- Topics: e-ink, remarkable-tablet, sudoku
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku
[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)
[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)
[![opkg](https://img.shields.io/badge/OPKG-sudoku-blue)](https://toltec-dev.org/)
[![Discord](https://img.shields.io/discord/385916768696139794.svg?label=reMarkable&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/ATqQGfu)Sudoku for [remarkable](https://remarkable.com/).
## Installation
```sh
opkg install ./sudoku_0.1.0-1_rmall.ipk
```## Building
```sh
make dist
```## License
```
sudoku
Copyright (C) 2024 HookedBehemothThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```