home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 225 / 225.d81 / t.petris < prev    next >
Text File  |  2022-08-26  |  953b  |  44 lines

  1. u
  2.                 PETRIS
  3.     Tetris for the PET and beyond
  4.        (C)2002 Curtis F Kaylor
  5.  
  6.  
  7.     Petris is a 100% Commodore (8-Bit)
  8. BASIC 2.0 Tetris style game. It has
  9. been tested on emulators for the PET,
  10. CBM, VIC 20, C64, and C128. In
  11. addition it should run on the 16 and
  12. Plus/4. I originally conceived this
  13. program back in 1995, and started to
  14. code it, but never actually got
  15. anywhere with it. Then in Augustof
  16. 2002, I came across the 2nd Annual
  17. Minigame Competition. Since an
  18. unexpanded Vic-20 has only 3k of ram
  19. anyway, it seemed only natural to try
  20. to squeeze the program into 1k. Six
  21. hours of coding later, here is the
  22. result. Enjoy...
  23.  
  24. To use the program:LOAD"PETRIS",8 and
  25. RUN.
  26.  
  27.  
  28. Keys:
  29.  
  30. CURSOR-DOWN Move Left
  31. CURSOR-RIGHT Move
  32. Right
  33. SPACE-BAR Rotate Piece
  34.  
  35.  
  36.     There is no "drop" function, and
  37. the pieces never speed up (this is as
  38. fast as BASIC gets folks). When the
  39. game is over, the program
  40. unceremoniously dumps to the "READY."
  41. prompt.
  42.  
  43.  
  44.  
  45.