Removed kSudoku from the list of ipuz supporting software. Rolled to v1.01
This commit is contained in:
parent
9e79f0720d
commit
1891c9e337
|
@ -88,7 +88,6 @@ Hit me up on Reddit for any requested puzzles to add to future versions.
|
|||
## Linux
|
||||
|
||||
- Crosswords : https://gitlab.gnome.org/jrb/crosswords
|
||||
- kSudoku : https://invent.kde.org/games/ksudoku
|
||||
|
||||
> If you know of any other software that can create ipuz files, please let me know and I will add it here.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Title: CodeWord Maker 1.00
|
||||
## Title: CodeWord Maker 1.01
|
||||
## Author: Ze'ev Schurmann
|
||||
## License: This project is licensed under the GNU General Public License v3.0 only.
|
||||
## License: URL
|
||||
|
@ -18,7 +18,6 @@
|
|||
|
||||
## Where can I get software to create ipuz files?
|
||||
## Crosswords: https://gitlab.gnome.org/jrb/crosswords
|
||||
## Sudokus: https://invent.kde.org/games/ksudoku
|
||||
|
||||
## Where I can learn more about the ipuz format?
|
||||
## ipuz is essentially a JSON format designed for storing puzzles.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Title: CrossWord Maker 1.00
|
||||
## Title: CrossWord Maker 1.01
|
||||
## Author: Ze'ev Schurmann
|
||||
## License: This project is licensed under the GNU General Public License v3.0 only.
|
||||
## License: URL
|
||||
|
@ -18,7 +18,6 @@
|
|||
|
||||
## Where can I get software to create ipuz files?
|
||||
## Crosswords: https://gitlab.gnome.org/jrb/crosswords
|
||||
## Sudokus: https://invent.kde.org/games/ksudoku
|
||||
|
||||
## Where I can learn more about the ipuz format?
|
||||
## ipuz is essentially a JSON format designed for storing puzzles.
|
||||
|
|
Loading…
Reference in New Issue