Add tanks game to the list #3

Merged
amovah merged 1 commits from master into master 2015-12-19 12:16:07 +00:00
Showing only changes of commit 502a1ed9b4 - Show all commits

View File

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