home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / W95SPCOD.ZIP / CHIP-COD.NFO next >
Text File  |  1995-10-15  |  891b  |  40 lines

  1. Wired 95 Surprise Coding compo:
  2. ------------------------------
  3.  
  4.  
  5. The rulez are quite simple: 
  6.  
  7. You must 
  8.  
  9. - read a number (N) between 0 and 9 (entered by the user) from the keyboard
  10. - switch in VGA 13h mode
  11. - write N 3x3 non adjacent patterns like this onto the screen:
  12.  
  13.   ■■■
  14.   ■ ■
  15.   ■■■
  16.  
  17.   in color 100 (decimal !)
  18.  
  19. - wait until a key is pressed (spacebar will be used)
  20. - switch in 80x50 text mode
  21. - back to DOS without crash !!!!
  22.  
  23. The size of your executable must be as small as possible
  24. and the code will be tested on a 486 DX-2 66 (copy on HD !!!)
  25.  
  26. Have Fun !
  27.  
  28. The results were:
  29.  
  30. 1) Walken/Impact Studios : 48 bytes
  31.    Paranoïa              : 48 bytes
  32. 2) SURPRISE!-KLF-DUST    : 51 bytes
  33.  
  34. This compo began the Friday in the evening and end just after the Demo-compo
  35. show, Saterday at 12.00 pm
  36.  
  37. (C) An idea by Access/Antares & Bismarck/TFL-TDV
  38.  
  39.   
  40.