home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / demos / wbhacks / aboutyaboing next >
Text File  |  1995-03-16  |  2KB  |  42 lines

  1.  
  2.  
  3.                                 YaBoing!
  4.  
  5.                              By Ali T. Ozer
  6.  
  7.  
  8.    This game owes a lot to Leo L. Schwab's "Oing!," where little sprite
  9.    versions of the famous "Boing!" demo ball bounced around your screen...
  10.    This program demonstrates some hardware sprite stuff, collisions, colors,
  11.    etc...
  12.  
  13.    Try to get the red balls with your mouse (+1) while avoiding the
  14.    green ones (-1). Your score is displayed after 100 red balls have been
  15.    thrown to the screen and the game restarts.
  16.    
  17.    The game can be interrupted at any point by just deactivating the
  18.    window. The sprites disappear, and you can do whatever you want. To con-
  19.    tinue, simply click in the YaBoing window, and voila, you're back in your
  20.    game where you left it. YaBoing is a great game to have running in the
  21.    background as you compile or do other time consuming things. Note
  22.    that YaBoing does not start automatically --- You have to click
  23.    on the window to get it running... This allows you to start it up from
  24.    your startup sequence, for example! 
  25.  
  26.    The game sets its priority to -1, so it should not steal many CPU cycles
  27.    from other processes. It also uses only 10K memory + whatever your
  28.    stack size is. Thus you can afford to have it in the background and
  29.    come back to it from time to time. Of course, if your other processes
  30.    grap the cpu, then YaBoing will suffer. But, hey, it just makes the game
  31.    more random! You can set the priority yourself by specifying the 
  32.    priority (-128..+127) as the argument to the "yaboing" command.
  33.  
  34.    I compiled YaBoing! with Manx Aztex C v3.20a, without the +l option.
  35.    I haven't tried it with Lattice. 
  36.  
  37.    
  38.    -Ali Ozer
  39.  
  40.  
  41.   ------------------------------------------------------------------------
  42.