From 6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 22 Jun 2014 20:49:59 -0400 Subject: Added Global Themonuclear War GAME! WHEEgit status --- map.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 map.h (limited to 'map.h') diff --git a/map.h b/map.h new file mode 100644 index 0000000..f1325af --- /dev/null +++ b/map.h @@ -0,0 +1,18 @@ +const char* map[] = { +" .", +" __________--^-^-\\. ____ __----/^\\.", +"|\\/. \\__. ___/ || ___/ _/._-_ .", +"| \\. /. /. __ __/ /__/ \\/^^\\___-__.", +"| L-^-/. /. \\.\\_-- \\.", +"| / _/ /\\/.", +"|. | _/. __ __/", +" \\. /. / ___/.//", +" \\__ / | / \\/.", +" \\________ __ _____.\\. \\_. ____--_ /\\_ \\", +" \\__. / V. \\ \\ \\__ _/. \\_/ //", +" \\ /. \\/. \\. _/. //", +" \\_/. \\_/", +"", +" UNITED STATES SOVIET UNION" +}; + -- cgit v1.1