Multiplayer HTML5 shooter demo
##What's this ? Created as a university project, this is has (not yet) intentions of being a fully featured NodeJS/HTML5 MMO engine. Not yet.
This project features NodeJS, Socket.io and Pixi JS.
##Roadmap
###done
- Client-side rendering
- Sending players data from server
- Making the game logic server-side instead of client-side
###todo
- including moving the players and hit-detection
Player
class inherits from someActor
class- With an
Actor
class, generating enemies and such
- With an
- optimizing netcode