home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / OS2 / SPEL / YOVA211 / README.1ST < prev    next >
Text File  |  1994-08-22  |  2KB  |  74 lines

  1. Yova/2 1.1
  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.1
  15.     Add different boards when playing one-player
  16.  
  17. v1.02
  18.     Got the new version of Borland C for OS/2 so I added the borland
  19.     buttons (the ok button with a check mark in it)
  20. v1.01
  21.     Fixed a spelling mistake... we couldn't have that now could we
  22.  
  23. v1.0
  24.     Orginal release
  25.  
  26.  
  27. Below is the original readme that was released with the windoze version 
  28. of this game:
  29. -----------------------------------------------------------------------
  30.  
  31. YOVA 1.0 beta - Yet Another Version of Attacks 
  32. by Michael Banks and Eben Stewart
  33.  
  34.   This would be our first attempt at a piece of shareware 
  35. software.  This game is based on a slightly well known arcade 
  36. game called Attacks.  This beta version should have all the 
  37. bugs worked out (like munching on system resources, but you can 
  38. never get all the bugs out), but we would like to have people 
  39. playtest it and tell us what you think (just some positive 
  40. criticism).  We are working on more for the future.  If you 
  41. like it and have deep pockets, please send any contribution you 
  42. feel is fair.  It's the typical starving college student with 
  43. lots of spare time syndrome.
  44.  
  45.     Send Comments and Contributions to:
  46.  
  47. EMAIL:
  48.  
  49.     mbanks@dormnet.stu1.uconn.edu and/or
  50.     estewart@dormnet.stu1.uconn
  51.  
  52. SNAIL Mail:
  53.  
  54.     Michael Banks
  55.     19 Hollowbrook Road
  56.     Windsor, Connecticut  06095
  57.  
  58.  
  59.                 - Michael "Thrasher" Banks
  60.                 - Eben "Cavalier" Stewart
  61.  
  62.  
  63. AI ROUTINES
  64.  
  65. A note about the AI (computer player) routines - this was my 
  66. first attempt at an 'intelligent' computer player - it turned 
  67. out that it is much smarter than I had intended - even the 
  68. beginner is quite hard.  As stated in the dialog box, none of 
  69. the routines release control to the system until a move is 
  70. chosen (I know, bad Windows Programmer, bad Windows 
  71. Programmer).  I am working on this for the final release.
  72.  
  73.                 -Eben "Cavalier" Stewart
  74.