home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 209 / 209.d81 / t.mini < prev    next >
Text File  |  2022-08-26  |  2KB  |  96 lines

  1. u
  2.     The 2001 Minigame Competition
  3.  
  4.      Introduction by Dave Moorman
  5.              and "chill"
  6.  
  7.  
  8.  [The Idea]
  9.  
  10.  (as explained by "chill")
  11.  
  12.     This is just great.
  13.  
  14.  - Several of the most popular 8-bits
  15. machines of their day - you get to
  16. pick the one you're most nostalgiac
  17. about.
  18.  
  19.  - BASIC or assembly, or both! -
  20. whichever you're comfortable with or
  21. want to tackle.
  22.  
  23.  - Write it small - 512 bytes or 2K -
  24. a "put up or shutup" challenge like a
  25. red flag to a bull for all of us who
  26. rant night and day about code bloat.
  27.  
  28.  - "No prizes, it's just for fun..."
  29. -- not that I'd mind winning something
  30. cool, but if somebody had to put up
  31. prizes, a community event like this
  32. would never happen.  And my 8-bit
  33. experiences [are] for fun!
  34.  
  35.  
  36.  [DAVE'S RAVE]
  37.  
  38.     This is just the thing the
  39. programming community needs -- a
  40. chance to get down and crank out taut,
  41. dramatic code. Robin Harbron wrote me
  42. that his MINIMA game took first place.
  43. So I immediately downloaded the games
  44. and took a look.
  45.  
  46.     Some of the entries were for other
  47. 8-bit platforms such as the Atari and
  48. the Spectrum. If you want to see these
  49. and have a Pentium Computer, you can
  50. get the file plus emulators yourself.
  51. Obviously, LOADSTAR can only present
  52. the C-64 masterpieces.
  53.  
  54.     We are talking [tiny]! Six of
  55. these games are in the 512 byte
  56. category -- including a Space Invader
  57. Clonette, Code Breaker, DwCave, Letter
  58. Attack (in Basic!), ULEtBORG, and a
  59. 3-D kick called TetrAttack. The other
  60. seven here are 2048 bytes or less --
  61. Minima, Ice Cave, Mager-Tris, Snake,
  62. Cliff Diving, Flag Quiz, and Sweeper
  63. of Mines.
  64.  
  65.     Now, where possible, I have added
  66. a "Return to LOADSTAR" routine, which
  67. slightly bloated the code. And all
  68. programs that do [not] return are
  69. loaded by a boot program that lets you
  70. quit before you begin. In fact, I have
  71. created a new file extension: DNR
  72. (Does Not Return).
  73.  
  74.     Two programs require a joystick in
  75. Port 1 -- Snake and Ice Cave. I know.
  76. It's almost a Geneva Convention --
  77. somewhere between the prohibition of
  78. shotguns and the approval of flame
  79. throwers. Ever think about that one?
  80.  
  81.     I'm fast getting off topic, so dig
  82. in and enjoy!
  83.  
  84.  DMM
  85.  
  86.  By the way -- Chill mentioned wishing
  87. there was some prize involved.
  88. LOADSTAR is sending a $25 gift
  89. certificate to each of the programmers
  90. that entered the contest. And look
  91. forward to a major contest from
  92. LOADSTAR next year.
  93.  
  94.  DMM
  95.  
  96.  
  97.