Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 613 Bytes

Pacmen

This is multiplayer Pacman, or Pacmen. Built with WebRTC for the real-time gaming experience that we have all come to want in this classic arcade game.

Contributing

Contributions are incredibly welcome as long as they are standardly applicable and pass the tests (or break bad ones). Tests are written in Mocha and assertions are done with the Node.js core assert module.

# running tests
npm run test

Contributors