Add tanks game to the list

This commit is contained in:
Ali Movahedi 2015-12-19 15:35:06 +03:30
parent eecc441cb2
commit 502a1ed9b4

View File

@ -8,6 +8,7 @@ if (!game) {
console.log('Games');
console.log('- spacecraft');
console.log('- snake');
console.log('- tanks');
return;
}