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.
- #-------------------------------------------------------------------
- Max,6,23,94,1149,4,Gotcha!;
- Peter,12,23,91,1000,1,Always look on the bright side of life!;
- Peter,12,23,91,900,1,Gotcha!;
- Dave,6,23,94,876,4,Gotcha!;
- Max,7,5,94,805,4,Gotcha!;
- Peter,12,23,91,800,1,Gotcha!;
- Dave,6,24,94,766,4,Gotcha!;
- Peter,12,23,91,700,1,Gotcha!;
- Max,7,7,94,685,4,Gotcha!;
- Max,6,24,94,629,3,Gotcha!;
- Peter,12,23,91,600,1,Gotcha!;
- Peter,12,23,91,500,1,Gotcha!;
- Max,7,21,94,455,2,Gotcha!;
- Max,7,7,94,448,2,Gotcha!;
- Peter,12,23,91,400,1,Gotcha!;
- Max,8,10,94,373,0,Gotcha!;
- Dave,8,5,94,353,0,Gotcha!;
- DAVE,8,21,94,330,0,OH WELL;
- Dave,8,11,94,311,0,Gotcha!;
- Max,8,4,94,301,0,Gotcha!;
-