home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chipgame / connect4.rea < prev    next >
Encoding:
Text File  |  2002-01-07  |  1.8 KB  |  60 lines

  1. Short:    Connect 4 game using MUI (with source)
  2. Author:   Giles Burdett <layabouts@the-giant-sofa.demon.co.uk>
  3. Uploader: Giles Burdett <layabouts@the-giant-sofa.demon.co.uk>
  4. Type:     game/think
  5. Requires: MUI (tested with 3.8), Lamp.mcc
  6.  
  7.  
  8. An incomplete but still very playable version of Connect 4.
  9. Try it! You might like it! ;-)
  10.  
  11.  
  12. Changes since last release:
  13.    
  14.     - changes to button layout throughout GUI
  15.     - changed code to use SDI_compiler.h so that Connect 4 can
  16.       now be compiled using any compiler, not just vbcc
  17.     - fixed a small problem where Connect 4 would try to use the
  18.       game icon when in an iconified state, even if no such icon
  19.       was found
  20.     - improved speed of graphics remapping
  21.     - better looking gameboard graphic
  22.     - improved speed when clearing pieces for a new game on chunky
  23.       displays (P96 and CGFX)
  24.     - computer player at level 2 is now more careful than before
  25.     - safer loading of preferences file
  26.     - reduced code size for address book handling
  27.  
  28.  
  29. Features:
  30.  
  31.     - Nice MUI interface with colourful graphics
  32.     - Player address book - save your player names for the next time you play
  33.     - Turn indicator - coloured lights next to player names show whose go it is
  34.     - AI - computer players you can go head to head with
  35.  
  36.  
  37. Known bugs:
  38.  
  39.     - None :)
  40.  
  41.  
  42. Source:
  43.  
  44.     - This is my first MUI program, so it's not what you'd call the most
  45.       sophisticated example of MUI programming. But hey, it works! ;-)
  46.       Take a look if you're at all curious...
  47.     - You're welcome to make use of any code contained in this archive
  48.       for your own projects
  49.  
  50.  
  51. Thanks to:
  52.  
  53.     - Pete Ross <WullieW@ntlworld.com> for helping me beta test Connect 4,
  54.       providing smaller graphics files, and for drawing a very cool icon!
  55.     
  56.  
  57.  
  58. Giles Burdett
  59. http://www.the-giant-sofa.demon.co.uk
  60.