home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / hdsk41.zip / SOURCE.ZIP / SOURCE.DOC < prev   
Text File  |  1994-04-21  |  1KB  |  35 lines

  1. there was a huge call for source when i released hideseek to the net.
  2. so here it is.
  3.  
  4. the problem is that i used a commercial toolbox for graphics handling. so 
  5. you won't be able to compile this code without FastGraph. but, you can
  6. replace the fg_ functions with your own, and it'll work, and you can still
  7. see what i was doing...the toolbox stuff [fg_function()] is pretty 
  8. self-explanatory.
  9.  
  10. if you find any bugs or problems PLEASE write me (shaggy@phantom.com) and let
  11. me know. thank you.
  12.  
  13. i used Borland C++ 3.1 to compile hide and seek.
  14.  
  15. the files here are:
  16.                         idea.cpp
  17.                         idea.hpp
  18.                         gif.cpp
  19.                         gif.hpp
  20.                         color.hpp
  21.                         codec.hpp
  22.                         hideseek.c
  23.                         hide.c
  24.                         seek.c
  25.                         hideseek.h
  26.  
  27.  
  28. you may see a file idea.c if you have unzipped idea.zip (hidden in 
  29. ardalabw.gif). this is source to the idea.exe.  idea.cpp is source for 
  30. hide-and-seek.
  31.  
  32. hide-and-seek are copyright colin maroney, 1994. if you want to release your
  33. own version, you'll have to write your own code. note that i do not own
  34. the algorithm or the idea, just this particular implementation.
  35.