From 502a1ed9b4e69d157281cd1ab3ff39d05f31fd5e Mon Sep 17 00:00:00 2001 From: Ali Movahedi Date: Sat, 19 Dec 2015 15:35:06 +0330 Subject: [PATCH] Add tanks game to the list --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0ed644a..e6eca11 100755 --- a/index.js +++ b/index.js @@ -8,6 +8,7 @@ if (!game) { console.log('Games'); console.log('- spacecraft'); console.log('- snake'); + console.log('- tanks'); return; } -- 2.34.1