Pure JavaScript Multiplayer Asteroids. Powered by Firebase.
Based on the original version by Doug McInnes, we added some Firebase love and made it multiplayer! And, along the way... we removed the asteroids. They cluttered the MMO carnage.
The game lives in /app
. This is the part you'd deploy to a web server so people can play
the game.
There's a bot too! It lives in /bot
. It runs in Node.js and it copies a lot of the game
code from the client game. It spawns some bot players for you to play against.
MIT License, see LICENSE