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:
parent
793c9abda9
commit
cc82e915ee
@ -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
|
||||||
|
@ -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>
|
||||||
|
5
darrt.c
5
darrt.c
@ -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>
|
||||||
|
@ -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>
|
||||||
|
9
fisher.c
9
fisher.c
@ -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>
|
||||||
|
8
jewels.c
8
jewels.c
@ -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.
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
5
mines.c
5
mines.c
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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>
|
||||||
|
6
pipes.c
6
pipes.c
@ -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>
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
6
sos.c
@ -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>
|
||||||
|
5
sudoku.c
5
sudoku.c
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user