Added a new game, `Rectangles', taken from nikoli.co.jp.

[originally from svn r4206]
This commit is contained in:
Simon Tatham
2004-05-11 17:06:50 +00:00
parent 20921e613e
commit a1c88470a3
3 changed files with 1061 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Makefile*
net cube fifteen sixteen nullgame
net cube fifteen sixteen rect nullgame
*.exe *.obj *.o
*.map *.rsp
*notes

2
Recipe
View File

@ -20,11 +20,13 @@ net : [X] gtk COMMON NET
cube : [X] gtk COMMON cube
fifteen : [X] gtk COMMON fifteen
sixteen : [X] gtk COMMON sixteen
rect : [X] gtk COMMON rect
net : [G] WINDOWS COMMON NET
cube : [G] WINDOWS COMMON cube
fifteen : [G] WINDOWS COMMON fifteen
sixteen : [G] WINDOWS COMMON sixteen
rect : [G] WINDOWS COMMON rect
# The `nullgame' source file is a largely blank one, which contains
# all the correct function definitions to compile and link, but

1058
rect.c Normal file

File diff suppressed because it is too large Load Diff