home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Gry / Breakout / README.TXT < prev    next >
Text File  |  1998-01-27  |  2KB  |  64 lines

  1. SUPER BREAKOUT V1.0 (C) 1998 GWME Software
  2. ------------------------------------------
  3.  
  4. INTRODUCTION
  5. ------------
  6. My name is Gary Smith and I live in Gillingham, Kent, England.
  7. Computer programming is a hobby of mine.  Up until now I have only
  8. programmed in BASIC. Super Breakout is my first game written in 'C'.  
  9.  
  10. COPYRIGHT
  11. ---------
  12. This version of Super Breakout is free. 
  13. If you like this game then please send me an EMAIL saying so.
  14. If you have any suggestions as to how the game can be improved,
  15. then I would definitely like to hear from you.
  16.  
  17. EMAIL : gary.smith3@virgin.net
  18. WWW   : http://freespace.virgin.net/gary.smith3/index.htm
  19.  
  20. _____________________________________________________________________
  21. IF YOU LIKE THE GAME THEN PLEASE REGISTER IT WITH ME.  IN RETURN FOR 
  22. REGISTERING THE GAME YOU WILL RECEIVE THE FOLLOWING:
  23. UP TO DATE GAME, 100 LEVELS, LEVEL EDITOR.
  24. TO REGISTER THE GAME SEE 'REGISTER.TXT'
  25. ------------------------- --------------------------------------------    
  26.  
  27. DESCRIPTION
  28. -----------
  29. Super breakout is a version of the classic Breakout / Arkanoid type
  30. game. The game can be controlled using the mouse, keyboard or 
  31. joystick. 
  32.  
  33. REQUIREMENT (Estimated)           MY SYSTEM
  34. -----------------------           -----------
  35. Pentium 90 or greater.            Cyrix 6x86 P166+
  36. 640x480x256 resolution.              32B Memory
  37. 4MB RAM                  Sound Blaster 16 pnp    
  38. 2MB Hard disk space.          Matrox Mystique 4MB
  39. Soundcard.
  40. MSDOS or WIN95 (Doesn't work with WIN NT)
  41.  
  42.  
  43. INSTALLATION
  44. ------------
  45. After downloading BREAKOUT.ZIP, unzip all the files into the same
  46. directory. The game should run fine under Windows 95. If the game
  47. is run in MSDOS mode, make sure that a mouse driver is loaded.  
  48. To start the game run 'BREAKOUT.EXE'.
  49.  
  50.  
  51. CREDITS
  52. ------
  53. DJGPP:    This is a free environment for developing 32-bit protected 
  54.           mode software in C/C++ under MS-DOS.  
  55.           DJGPP V2 is Copyright (C) 1995 by DJ Delorie.
  56.  
  57. RHIDE:    This is an Integrated Development Environment for compiling 
  58.           C- or C++-files. Copyright (C) 1996,1997 Robert Hohne.
  59.  
  60. Allegro:  This is a game programming library for djgpp.
  61.           By Shawn Hargreaves 1994/1997.
  62.  
  63.  
  64.