home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / yova2101.zip / README.1ST < prev    next >
Text File  |  1994-06-15  |  2KB  |  68 lines

  1. Yova/2 1.01 
  2. Well, here it is at last... (like anyone but me new it was coming)
  3. My 1st shot at OS/2 programming is a port of a windoze game I wrote.  
  4. I think I worked all of the bugs out, so E-Mail or Snail (US postal) 
  5. Mail me if you find any. Thanx
  6.  
  7. For all those out there who want to try to port from windoze to OS/2:
  8.     It was really simple, just remember, that in windoze the screen
  9. coordinate of the top left corner is 0,0 and in Os/2 the BOTTOM left corner
  10. is 0,0.
  11.  
  12. History
  13. --------------------------------------------------------------------
  14. v1.01
  15.     Fixed a spelling mistake... we could have that now could we
  16.  
  17. v1.0
  18.     Orginal release
  19.  
  20.  
  21. Below is the original readme that was released with the windoze version 
  22. of this game:
  23. -----------------------------------------------------------------------
  24.  
  25. YOVA 1.0 beta - Yet Another Version of Attacks 
  26. by Michael Banks and Eben Stewart
  27.  
  28.   This would be our first attempt at a piece of shareware 
  29. software.  This game is based on a slightly well known arcade 
  30. game called Attacks.  This beta version should have all the 
  31. bugs worked out (like munching on system resources, but you can 
  32. never get all the bugs out), but we would like to have people 
  33. playtest it and tell us what you think (just some positive 
  34. criticism).  We are working on more for the future.  If you 
  35. like it and have deep pockets, please send any contribution you 
  36. feel is fair.  It's the typical starving college student with 
  37. lots of spare time syndrome.
  38.  
  39.     Send Comments and Contributions to:
  40.  
  41. EMAIL:
  42.  
  43.     mbanks@dormnet.stu1.uconn.edu and/or
  44.     estewart@dormnet.stu1.uconn
  45.  
  46. SNAIL Mail:
  47.  
  48.     Michael Banks
  49.     19 Hollowbrook Road
  50.     Windsor, Connecticut  06095
  51.  
  52.  
  53.                 - Michael "Thrasher" Banks
  54.                 - Eben "Cavalier" Stewart
  55.  
  56.  
  57. AI ROUTINES
  58.  
  59. A note about the AI (computer player) routines - this was my 
  60. first attempt at an 'intelligent' computer player - it turned 
  61. out that it is much smarter than I had intended - even the 
  62. beginner is quite hard.  As stated in the dialog box, none of 
  63. the routines release control to the system until a move is 
  64. chosen (I know, bad Windows Programmer, bad Windows 
  65. Programmer).  I am working on this for the final release.
  66.  
  67.                 -Eben "Cavalier" Stewart
  68.