home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 Ekstra 100 Spil / K-CD_2003_Ekstra_100_Spil.iso / Pusle / Matchball / matchball-0.33b-win32-setup.exe / AppDir\Readme.txt < prev    next >
Text File  |  2003-08-08  |  2KB  |  71 lines

  1. MATCHBALL
  2. =============
  3.  
  4. License:
  5. ----------
  6.  
  7. RELEASED UNDER GPL
  8. See Copying.txt for more information
  9.  
  10.  
  11. Website:
  12. ----------
  13.  
  14. http://www.libsdl.de/projects/matchball
  15.  
  16. There you can view screenshots of some
  17. older development states and fetch the sources
  18. and precompiled binaries for different platforms.
  19.  
  20.  
  21. Gameinfo:
  22. ------------
  23.  
  24. Matchball is a little puzzle game written in C++, using
  25. the Simple DirectMedia Layer (libSDL).
  26.  
  27. You have to remove all adjacent balls with
  28. the same color and reach as many points as possible.
  29.  
  30. But beware: this game is extremely addictive !
  31.  
  32.  
  33. Requirements:
  34. ----------------
  35.  
  36. - libsdl, SDL_image, SDL_mixer and SDL_ttf (included in this package)
  37. - libpng (included in this package)
  38. - msvcirt.dll, msvcp60d.dll, msvcrt.dll (windows standard libraries, should be
  39.   in your WINDOWS\System\-Directory)
  40. - [msvcirtd.dll, msvcp60d.dll, msvcrtd.dll] (just for debug versions)
  41.  
  42.  
  43. Points:
  44. ---------
  45.  
  46. Points += ClickedOff_Balls^2
  47. And if you clear the complete field (click off all balls),
  48. then you will get an extra bonus.
  49.  
  50.  
  51. Note on the DLLs used by Matchball:
  52. -------------------------------------
  53.  
  54. SDL-DLLs are licensed under GPL
  55. (c) by Sam Lantinga (slouken@libsdl.org)
  56.  
  57. ThreadDLLs are free to redistribute, read detailed license here:
  58. http://msdn.microsoft.com/library/devprods/vs6/visualc/vcmfc/_mfcnotes_tn033.htm
  59.  
  60. Get it here:
  61. http://msdn.microsoft.com/library/techart/redistribvc6.htm
  62.  
  63. Windows Threadlibraries are (c) by MS
  64.  
  65. ========================================
  66.  
  67. Matchball itself is licensed under GPL
  68. (c) by Marco Kraus (marco@libsdl.de)
  69. See Copying.txt for more
  70.  
  71. ========================================