Mortal Kombat


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Mortal Kombat
# 1  
Old 04-07-2011
Computer Mortal Kombat

Anyone hyped up for upcoming Mortal Kombat this April 21? what do you think of its back to basic 2d format? graphics? added games to Mortal Kombat?
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. War Stories

Confessions of a Mortal Diver - Learning the Hard Way by Richard Pyle

We archive this amazing and true story by Richard Pyle illustrating how not to scuba dive. A portion of this article was published in AquaCorps: BENT 3(2):51, 54 (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

x4200 mortal errors and hellllp me!

hi after installation of sol 10 u 2 system started rebooting and when i tried to install solaris the system is giving: panic/thread=cbacf800: BAD TRAP: type=e(#pf page fault) rp=fec38ae4 addr=458b247d occured in module "unix" due to an illegal access to a user address syncing file systems..... (2 Replies)
Discussion started by: nibiru78
2 Replies
Login or Register to Ask a Question
HUNTD(6)							 BSD Games Manual							  HUNTD(6)

NAME
huntd -- hunt daemon, back-end for hunt game SYNOPSIS
huntd [-s] [-p port] DESCRIPTION
huntd controls the multi-player hunt(6) game. When it starts up, it tries to notify all members of the hunt-players mailing list (see sendmail(8)) by faking a talk(1) request from user ``Hunt Game''. The -s option is for running huntd forever (server mode). This is similar to running it under the control of inetd(8) (see below), but it consumes a process table entry when no one is playing. The -p option changes the UDP port number used to rendezvous with the player process and thus allows for private games of hunt. This option turns off the notification of players on the hunt-players mailing list. INETD To run huntd from inetd(8), you'll need to put the hunt service in /etc/services: hunt 26740/udp # multi-player/multi-host mazewars and add the following line to /etc/inetd.conf: hunt dgram udp wait nobody /usr/games/huntd huntd Do not use any of the command line options; if you want inetd(8) to start up huntd on a private port, change the port listed for hunt in /etc/services. NETWORK RENDEZVOUS
When hunt(6) starts up, it broadcasts on the local area net (using the broadcast address for each interface) to find a hunt game in progress. If a huntd hears the request, it sends back the port number for the hunt process to connect to. Otherwise, the hunt process starts up a huntd on the local machine and tries to rendezvous with it. SEE ALSO
talk(1), hunt(6), sendmail(8) AUTHORS
Conrad Huang, Ken Arnold, and Greg Couch; University of California, San Francisco, Computer Graphics Lab April 4, 2001