Click to See Complete Forum and Search --> : wargames


optech
02-28-2001, 01:28 PM
in the /usr/games directory there is a console game called wargames... when run it says a quote from the movie 'wargames'... it asks if you want to play a game, and i respond "yes"... it exits back to the shell... when i look at the code, i can't tell what it accepts and what it does after you enter somehting that it likes... what is this game, how does it work, and why is it there if it doesn't do anything?

this is weird

error27
02-28-2001, 06:37 PM
i think the answer is chess?

only if you have chess installed though...

sprintf
02-28-2001, 07:58 PM
all wargames does is checks to see if you have the inputted app in your games directory, and if you do, it executes it. otherwise it just prints that quote.

[ 28 February 2001: Message edited by: sprintf ]

optech
02-28-2001, 08:42 PM
so, it's entirely useless?