1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-12-04 14:46:22 -05:00

CC's original notice

This commit is contained in:
Your Name 2021-04-23 18:09:03 +04:30
parent 793c9abda9
commit cc82e915ee
17 changed files with 73 additions and 35 deletions

View File

@ -4,9 +4,10 @@
|_)ATTLESHIP |_)ATTLESHIP
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>
@ -19,7 +20,6 @@ compile with -lncurses
#define MISS -2 #define MISS -2
#define SEA -1 #define SEA -1
#define HIT 0 #define HIT 0
#define ENGLISH_LETTERS 26
#define NOTHING -1 #define NOTHING -1
#define ALL 0x7c #define ALL 0x7c
#define RED 3 #define RED 3

View File

@ -4,9 +4,9 @@
'._.HECKERS '._.HECKERS
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/ */
#include <curses.h> #include <curses.h>

View File

@ -3,6 +3,11 @@
| '. | '.
| : | :
|.' ARRT |.' ARRT
Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdbool.h> #include <stdbool.h>

View File

@ -4,9 +4,10 @@
| IFTEEN | IFTEEN
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

View File

@ -2,7 +2,14 @@
O__/| O__/|
___|_/ | __ ___|_/ | __
| / | |__ | / | |__
| ISHER*/ | ISHER
Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
#include <stdio.h> #include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,10 +1,12 @@
/* /*
Jewels Jewels
Authored by abakh <abakh@tuta.io>
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 <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
A pair of jewels appear on top of the window, And you can move and rotate them while they are falling down. 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. If you make a vertical or horizontal row of 4 jewels they will explode and add up to your score.

View File

@ -3,10 +3,12 @@
|\/| |_) |\/| |_)
| |EMORY|_)LOCKS | |EMORY|_)LOCKS
Authored by abakh <abakh@tuta.io>
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 <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/ */
#include <curses.h> #include <curses.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -3,9 +3,10 @@
| |IKETRON | |IKETRON
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <stdio.h> #include <stdio.h>

View File

@ -3,7 +3,10 @@
| |INES | |INES
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses compile with -lncurses
*/ */

View File

@ -3,9 +3,11 @@
| |UNCHER | |UNCHER
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

View File

@ -4,9 +4,11 @@
| IPES | IPES
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>

View File

@ -4,7 +4,10 @@
| \ABBITHOLE | \ABBITHOLE
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses compile with -lncurses
*/ */

View File

@ -3,10 +3,12 @@
|_) (_ |_) (_
| \ed_)quare | \ed_)quare
authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

View File

@ -3,10 +3,13 @@
|_) |_)
| \EVERSI | \EVERSI
Authored by abakh <abakh@tuta.io>
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 <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

View File

@ -3,10 +3,12 @@
(_ | : (_ | :
_)NAKE |.'UEL _)NAKE |.'UEL
Authored by abakh <abakh@tuta.io>
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 <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

6
sos.c
View File

@ -4,9 +4,11 @@
._):_:._) ._):_:._)
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
compile with -lncurses
*/ */
#include <curses.h> #include <curses.h>
#include <string.h> #include <string.h>

View File

@ -4,9 +4,10 @@
_)UDOKU _)UDOKU
Authored by abakh <abakh@tuta.io> Authored by abakh <abakh@tuta.io>
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 <http://creativecommons.org/publicdomain/zero/1.0/>.
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. 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.
*/ */