Merge pull request #3 from amovah/master

Add tanks game to the list
This commit is contained in:
Mahdi Dibaiee 2015-12-19 15:46:07 +03:30
commit 777df192ad

View File

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