mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Rename wingames.lst to gamedesc.txt, and add a couple of extra fields
to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar. [originally from svn r9858]
This commit is contained in:
@ -20,6 +20,6 @@ GAMES += group
|
||||
A(group) \
|
||||
!end
|
||||
|
||||
!begin >wingames.lst
|
||||
group.exe:Group
|
||||
!begin >gamedesc.txt
|
||||
unfinished/group:group.exe:Group:Group theory puzzle
|
||||
!end
|
||||
|
@ -16,6 +16,6 @@ GAMES += separate
|
||||
A(separate) \
|
||||
!end
|
||||
|
||||
!begin >wingames.lst
|
||||
separate.exe:Separate
|
||||
!begin >gamedesc.txt
|
||||
unfinished/separate:separate.exe:Separate:Rectangle-dividing puzzle
|
||||
!end
|
||||
|
@ -19,6 +19,6 @@ GAMES += slide
|
||||
A(slide) \
|
||||
!end
|
||||
|
||||
!begin >wingames.lst
|
||||
slide.exe:Slide
|
||||
!begin >gamedesc.txt
|
||||
unfinished/slide:slide.exe:Slide:Sliding block puzzle
|
||||
!end
|
||||
|
@ -14,6 +14,6 @@ GAMES += sokoban
|
||||
A(sokoban) \
|
||||
!end
|
||||
|
||||
!begin >wingames.lst
|
||||
sokoban.exe:Sokoban
|
||||
!begin >gamedesc.txt
|
||||
unfinished/sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle
|
||||
!end
|
||||
|
Reference in New Issue
Block a user