New puzzle from James Harvey: 'Tracks'.

This commit is contained in:
Simon Tatham
2015-02-08 16:23:32 +00:00
parent bd0a357047
commit 362bf8d450
7 changed files with 2737 additions and 1 deletions

21
tracks.R Normal file
View File

@ -0,0 +1,21 @@
# -*- makefile -*-
TRACKS_EXTRA = dsf
tracks : [X] GTK COMMON tracks TRACKS_EXTRA tracks-icon|no-icon
tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res
ALL += tracks[COMBINED] TRACKS_EXTRA
!begin gtk
GAMES += tracks
!end
!begin >list.c
A(tracks) \
!end
!begin >gamedesc.txt
tracks:tracks.exe:Tracks:Path-finding railway track puzzle:Fill in the railway track according to the clues.
!end