mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Richard B's utterly evil `netslide': cross between Net and Sixteen.
[originally from svn r4257]
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
Makefile*
|
Makefile*
|
||||||
net cube fifteen sixteen rect nullgame
|
net cube fifteen sixteen rect netslide nullgame
|
||||||
*.exe *.obj *.o
|
*.exe *.obj *.o
|
||||||
*.map *.rsp
|
*.map *.rsp
|
||||||
*notes
|
*notes
|
||||||
|
2
LICENCE
2
LICENCE
@ -1,5 +1,7 @@
|
|||||||
This software is copyright (c) 2004 Simon Tatham.
|
This software is copyright (c) 2004 Simon Tatham.
|
||||||
|
|
||||||
|
Portions copyright Richard Boulton.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation files
|
obtaining a copy of this software and associated documentation files
|
||||||
(the "Software"), to deal in the Software without restriction,
|
(the "Software"), to deal in the Software without restriction,
|
||||||
|
3
Recipe
3
Recipe
@ -15,8 +15,10 @@
|
|||||||
WINDOWS = windows user32.lib gdi32.lib comctl32.lib
|
WINDOWS = windows user32.lib gdi32.lib comctl32.lib
|
||||||
COMMON = midend misc malloc random
|
COMMON = midend misc malloc random
|
||||||
NET = net tree234
|
NET = net tree234
|
||||||
|
NETSLIDE = netslide tree234
|
||||||
|
|
||||||
net : [X] gtk COMMON NET
|
net : [X] gtk COMMON NET
|
||||||
|
netslide : [X] gtk COMMON NETSLIDE
|
||||||
cube : [X] gtk COMMON cube
|
cube : [X] gtk COMMON cube
|
||||||
fifteen : [X] gtk COMMON fifteen
|
fifteen : [X] gtk COMMON fifteen
|
||||||
sixteen : [X] gtk COMMON sixteen
|
sixteen : [X] gtk COMMON sixteen
|
||||||
@ -25,6 +27,7 @@ rect : [X] gtk COMMON rect
|
|||||||
# The Windows Net shouldn't be called `net.exe' since Windows
|
# The Windows Net shouldn't be called `net.exe' since Windows
|
||||||
# already has a reasonably important utility program by that name!
|
# already has a reasonably important utility program by that name!
|
||||||
netgame : [G] WINDOWS COMMON NET
|
netgame : [G] WINDOWS COMMON NET
|
||||||
|
netslide : [G] WINDOWS COMMON NETSLIDE
|
||||||
cube : [G] WINDOWS COMMON cube
|
cube : [G] WINDOWS COMMON cube
|
||||||
fifteen : [G] WINDOWS COMMON fifteen
|
fifteen : [G] WINDOWS COMMON fifteen
|
||||||
sixteen : [G] WINDOWS COMMON sixteen
|
sixteen : [G] WINDOWS COMMON sixteen
|
||||||
|
1514
netslide.c
Normal file
1514
netslide.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user