home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / games / gamesuite / Examples / ReadMe
Text File  |  1995-01-20  |  587b  |  16 lines

  1.  
  2. Examples
  3. ========
  4.  
  5. Here are a few examples of the modules in action.  In particular I suggest
  6. you run the demo BallBnc, and then look at the size of the !RunImage.
  7. It’s about 70 lines of BASIC.  Imagine doing that without the modules!
  8.  
  9. Blitzer is a game I wrote in a couple of evenings, mostly using graphics
  10. from other games.  It needs tidying up but provides a good demo the power
  11. and speed of the modules.  Coded entirely in BASIC, it still sustains
  12. 50 frames per second on an ARM 2 machine.
  13.  
  14. SpeedTest is a demo of FastSpr's speed compared with the OS sprite
  15. routines.  It's quick!
  16.