diff --git a/battleship.c b/battleship.c index 572910b..6061b7c 100644 --- a/battleship.c +++ b/battleship.c @@ -4,9 +4,10 @@ |_)ATTLESHIP Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . -compile with -lncurses */ #include #include @@ -19,7 +20,6 @@ compile with -lncurses #define MISS -2 #define SEA -1 #define HIT 0 -#define ENGLISH_LETTERS 26 #define NOTHING -1 #define ALL 0x7c #define RED 3 diff --git a/checkers.c b/checkers.c index c94901a..0dc37c9 100644 --- a/checkers.c +++ b/checkers.c @@ -4,9 +4,9 @@ '._.HECKERS Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. -Compile with -lncurses +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . */ #include diff --git a/darrt.c b/darrt.c index fd02839..8a58baa 100644 --- a/darrt.c +++ b/darrt.c @@ -3,6 +3,11 @@ | '. | : |.' ARRT + +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . */ #include #include diff --git a/fifteen.c b/fifteen.c index 7589be3..71f4853 100644 --- a/fifteen.c +++ b/fifteen.c @@ -4,9 +4,10 @@ | IFTEEN Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . -compile with -lncurses */ #include #include diff --git a/fisher.c b/fisher.c index 2882742..5994e70 100644 --- a/fisher.c +++ b/fisher.c @@ -2,7 +2,14 @@ O__/| ___|_/ | __ | / | |__ - | ISHER*/ + | ISHER + +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + +*/ #include #include #include diff --git a/jewels.c b/jewels.c index 0e16fc2..9bca974 100644 --- a/jewels.c +++ b/jewels.c @@ -1,10 +1,12 @@ /* Jewels -Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. -compile with -lnucrses +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + A pair of jewels appear on top of the window, And you can move and rotate them while they are falling down. If you make a vertical or horizontal row of 4 jewels they will explode and add up to your score. diff --git a/memoblocks.c b/memoblocks.c index 2e33eed..e18133f 100644 --- a/memoblocks.c +++ b/memoblocks.c @@ -3,10 +3,12 @@ |\/| |_) | |EMORY|_)LOCKS -Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. -compile with -lncurses +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + */ #include #include diff --git a/miketron.c b/miketron.c index 3edeb26..bb8f4cb 100644 --- a/miketron.c +++ b/miketron.c @@ -3,9 +3,10 @@ | |IKETRON Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . -compile with -lncurses */ #include #include diff --git a/mines.c b/mines.c index 2aa53ae..5ee2d35 100644 --- a/mines.c +++ b/mines.c @@ -3,7 +3,10 @@ | |INES Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + compile with -lncurses */ diff --git a/muncher.c b/muncher.c index a0951ef..79b4949 100644 --- a/muncher.c +++ b/muncher.c @@ -3,9 +3,11 @@ | |UNCHER Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + -compile with -lncurses */ #include #include diff --git a/pipes.c b/pipes.c index 8af00ac..91c13d3 100644 --- a/pipes.c +++ b/pipes.c @@ -4,9 +4,11 @@ | IPES Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + -compile with -lncurses */ #include diff --git a/rabbithole.c b/rabbithole.c index 2261dfb..a6388d1 100644 --- a/rabbithole.c +++ b/rabbithole.c @@ -4,7 +4,10 @@ | \ABBITHOLE Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + compile with -lncurses */ diff --git a/redsquare.c b/redsquare.c index 91144ea..7a055a5 100644 --- a/redsquare.c +++ b/redsquare.c @@ -3,10 +3,12 @@ |_) (_ | \ed_)quare -authored by abakh -no rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + -compile with -lncurses */ #include #include diff --git a/reversi.c b/reversi.c index bbe4c8a..5f99975 100644 --- a/reversi.c +++ b/reversi.c @@ -3,10 +3,13 @@ |_) | \EVERSI -Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. -compile with -lncurses +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + + */ #include #include diff --git a/snakeduel.c b/snakeduel.c index e2daa81..b0a205b 100644 --- a/snakeduel.c +++ b/snakeduel.c @@ -3,10 +3,12 @@ (_ | : _)NAKE |.'UEL -Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. -compile with -lm -lncurses +Authored by abakh +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + */ #include #include diff --git a/sos.c b/sos.c index 4e56e44..9b53593 100644 --- a/sos.c +++ b/sos.c @@ -4,9 +4,11 @@ ._):_:._) Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . + -compile with -lncurses */ #include #include diff --git a/sudoku.c b/sudoku.c index e723c5c..43e36ec 100644 --- a/sudoku.c +++ b/sudoku.c @@ -4,9 +4,10 @@ _)UDOKU Authored by abakh -No rights are reserved and this software comes with no warranties of any kind to the extent permitted by law. +To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see . -compile with -lncurses -lm NOTE: This program is only made for entertainment porpuses. The puzzles are generated by randomly clearing tiles on the table and are guaranteed to have a solution , but are not guaranteed to have only one unique solution. */