thesandlord / mmo-asteroids

Massively Multiplayer Online Asteroids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMO Asteroids

Pure JavaScript Multiplayer Asteroids. Powered by Firebase.

Preview Live Demo

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 Client

The game lives in /app. This is the part you'd deploy to a web server so people can play the game.

The Bot

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.

License

MIT License, see LICENSE

About

Massively Multiplayer Online Asteroids

License:MIT License


Languages

Language:JavaScript 93.3%Language:HTML 3.9%Language:CSS 2.8%