home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------
- # Yet Another Tetris Highscore Table
- #
- # Each entry consists of the following fields:
- # a) name of player
- # b) date of game (three fields: month, day, year)
- # c) score
- # d) level
- # e) aphorism or motto
- # The e) field is finished with a ';'!
- # Each field is seperated by a comma (,). CAUTION: Space is *not* a
- # seperator! yaTetris suppose that the entries are sorted by the
- # score.
- # You *must* not enter new fields corrupting the sorting!
- #
- # This file is part of Yet Another Tetris.
- #-------------------------------------------------------------------
- Peter,12,23,91,1000,1,Always look on the bright side of life!;
- Peter,12,23,91,900,1,Gotcha!;
- Peter,12,23,91,800,1,Gotcha!;
- Peter,12,23,91,700,1,Gotcha!;
- Peter,12,23,91,600,1,Gotcha!;
- Peter,12,23,91,500,1,Gotcha!;
- Peter,12,23,91,400,1,Gotcha!;
- Peter,12,23,91,300,1,Gotcha!;
- Peter,12,23,91,200,1,Gotcha!;
- The Magic,2,15,92,150,1,Abracadabra!;
- The Magi,2,15,92,142,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
- Peter,12,23,91,100,1,Gotcha!;
-