@ ACM47, GAMES, An aerial combat simulator for X11 mono/multi-user  # ACM Flight Simulator,  revision 4.7      What is ACM? ------------  L ACM is a LAN-oriented, multiplayer aerial combat simulation.  My main designF objective was to provide source code that could be easily compiled andN executed on a wide variety of platforms.  To that end, acm is written entirelyJ in C, exploiting the programming features of Unix, X11, and the BSD socket
 interface.  J Players engage in air to air combat against one another using heat seeking missiles and cannons.   G ACM is implemented as two programs.  The first, named "acm", is a small K program that, when invoked, starts a flight session on a given workstation. H The second component, named "acms", is a server process that manages theC multiplayer environment.  It also manages the flight simulation and I display management that is required.  Most players will prefer to run the N acms process on a back-end server system on their local area network.  PlayersE at client workstations can then invoke the acm program to begin play.     3 Riley Rainey (rainey@netcom.com OR riley@atria.com) 
 Dallas, Texas  November 20, 1994   