home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / games / network / MazeWar.2.0.README < prev    next >
Encoding:
Text File  |  1997-04-26  |  1.6 KB  |  44 lines

  1. This is a cleaned-up version of MazeWars originally released for
  2. NeXTSTEP 1.0.  We didn't have Doom back then, only MazeWars. :)
  3. I've upgraded the code so it compiles under Nextstep 3.3.
  4.  
  5. MazeWars is a 3-D multiplayer networked (and probably cross-platform)
  6. shoot-em-up game.  This version was originally written in 1988.
  7. I'm not sure when the original off which this was based was written.
  8.  
  9. After playing around with it last November, I was annoyed to find
  10. that graphics wouldn't display on little-endian machines correctly.
  11. At the time, I couldn't determine an easy way to get it working
  12. correctly, and since I only have one big-endian machine, I tabled
  13. the upgrade project.   Today, I decided to take another look.  It
  14. turns out that the code for handling little-endian machines was
  15. there along.  All I had to do was enable it for such machines.
  16. So here it is.
  17.  
  18. The return of MazeWars to the Nextstep world, compiled quad-fat,
  19. complete with source code.
  20.  
  21. The network broadcast stuff still doesn't work, and I don't feel
  22. like looking at that today, so you'll just have to specify a hostname
  23. when you start up.
  24.  
  25. Feel free to modify and release new versions of MazeWars as I
  26. currently have no plans to do anything further with it.
  27.  
  28. -Mike Kienenberger
  29.  April 12, 1997
  30.  mkienenb@alaska.net
  31.  
  32.  
  33.  
  34. Changes:
  35.  
  36. MazeWars 2.0 (mkienenb@alaska.net)
  37. - Updated Makefile
  38. - Enabled little endian support for little endian NS systems
  39. - Fixed various typecasting problems.
  40. - Updated header files
  41. - changed setFlip: to setFlipped:
  42. - rewrote cursor-handling routines to use NXCursor rather than Cursor
  43. - updated NXImageBitmap to NXDrawBitmap
  44.