From 119d1caf3f19235649f68accfefebede01e82e83 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 24 Jun 2014 11:06:17 +0000 Subject: Added some population data to GTNW --- README.md | 7 ++++++- games.c | 2 +- games.h | 2 ++ location.h | 30 +++++++++++++++--------------- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7ee5b5b..89c9fa0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ ==WarGames== -Program to simulate the W.O.P.R. from WarGames, with WORKING Global Thermonuclear War! \ No newline at end of file +Program to simulate the W.O.P.R. from WarGames, with WORKING Global Thermonuclear War! +For the uninitiated, the logon is "joshua" +Say hi, and that you are fine. +Then, say "love to" when Joshua asks to play a game +Then, type "later" +Then, enjoy the ASCII masterpiece! \ No newline at end of file diff --git a/games.c b/games.c index 41973e6..94d1581 100644 --- a/games.c +++ b/games.c @@ -92,11 +92,11 @@ void global_thermonuclear_war(void) { map[targets[i].y][targets[i].x]='X'; } - usleep(SLEEP_TIME*100); clear(); for(int i=0;i