home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / games2 / shutbox / info
Encoding:
Text File  |  1996-02-28  |  1.3 KB  |  29 lines

  1. Welcome to "Shut The Box" version 0.8.  It was written as an excercise in
  2. writing in C++ using Beebug's EasyC++ and David Allison's Vista C++ class 
  3. library.  It has not been easy, as the compiler is quite easily confused, 
  4. especially by not-overly-experienced coder's efforts (and so would Acorn's 
  5. compiler probably ;-> )
  6.  
  7. I wanted to incoroprate some routines from Desklib, namely Sprite_load
  8. and Wimp_SpritePlot; this has entailed re-naming Vista 'spritearea' in
  9. the Task class to stop multiple name declarations.
  10.  
  11. Vista 0.8 has just been released; any further efforts will be using that
  12. (when Beebug have sent me the updated compiler!) However, Desklib has
  13. a wealth of usefull routines which can be incorporated with a bit of 
  14. effort.
  15.  
  16. KNOWN PROBLEMS WITH SHUT-THE-BOX
  17.  
  18. It was designed in Colourcard Gold's mode 114 at a size that looked ok,
  19. but is a bit on the big side for non-SVGA type modes. Sorry!
  20.  
  21. The dice icons are not updated, and can be wiped!  This is because the main
  22. window is auto-refreshed, which makes the tile icon handling a piece of p***.
  23. However, it stops the wimp sending update window requests.  There are 
  24. probably ways round it, but I won't be looking for them - it's time to
  25. start on another project....
  26.  
  27. I can be contacted on Arcade or Digital Databank bulletinboards.
  28.  
  29. John Seager