diff options
Diffstat (limited to 'Perl/demos')
-rw-r--r-- | Perl/demos/zinc-demos | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos index 79446c7..7fdfd45 100644 --- a/Perl/demos/zinc-demos +++ b/Perl/demos/zinc-demos @@ -143,6 +143,7 @@ $T->insert('end', $T->insert('end', "\n", '', "Small applications\n", 'title'); $T->insert('end', "1. A simple animated application \"the Wheel of Fortune\".\n", [qw/demo demo-wheelOfFortune/]); $T->insert('end', "2. A simple radar display.\n", [qw/demo demo-simpleradar/]); +$T->insert('end', "3. Zetris a clone of the famous tetris game (needs openGL.)\n", [qw/demo demo-Zetris/]); $T->insert('end', "\n", '', "All Items\n", 'title'); @@ -465,4 +466,8 @@ defaults to the released user contributed directory, "zinc_contrib_lib". Steve Lidie <Stephen.O.Lidie@Lehigh.EDU> and slight adaptation by Christophe Mertz <mertz@cena.fr> +=head1 SEE ALSO + +The zinc documentation is available as a pdf file refman.pdf and as an html pages refman/index.html + =cut |