home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-15 | 763 b | 22 lines | [TEXT/ttxt] |
- This is the source code for an unfinished arcade game. I originally envisioned
- it becoming a simple, mindless, multi-player network game, but I got sidetracked
- and never completed it. Right now, the program lets one player fly the blue ship,
- with three other ships just placed in random trajectories. The object is simply
- to shoot the other players. Use the left/right arrow keys to rotate the blue ship,
- use the up arrow to thrust, and use the control key to fire missiles. You can redefine
- the keys in 'util.c'.
-
- Requires THINK C, 13" monitor. You can tweak the code to support smaller monitors.
-
- Have fun.
-
- RonAKaps@aol.com
-
-
-
- ---
-
- Ported to Pascal by Ingemar in 1995.
- Put in a speed limit so it won't be ridiculously fast on fast Macs.
- The sound works.
-