home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug127.arc / KITES.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  23 lines

  1.     Kites is a silly little program similar to WORMS.PAS, it creates
  2.     an animated display of objects that move in a similar manner to
  3.     aerobatic kites. The program is written in Turbo Pascal and is
  4.     highly machine specific ( to the MicroBee ), direct screen access
  5.     is used to allow fast, smooth screen updating.
  6.  
  7.     When run the program asks you to enter the number of kites you
  8.     want on the screen, the length of each kite and a delay factor
  9.     ( believe me you'll need it, this program is fast ! ). You can
  10.     have up to 40 kites, and each kite can be up to 100 characters
  11.     long. When animating you can press ^C exit the program or any
  12.     other key to pause, pressing another key restarts the animation.
  13.  
  14.     The program is a bit of a hack but it works well, there are no
  15.     comments in the source code but its quite small and easy to
  16.     understand.
  17.  
  18.     The combination 6, 6, 6 works well !
  19. 
  20.     comments in the source code but its quite small and easy to
  21.     understand.
  22.  
  23.