Extremely simple online multiplayer game
- by Postscripter
I am considering creating a simple multiplayer game, which focuses on physics and can accommodate up to 30 players per session. Very simple graphics, but smart physics (pushing, weight and gravity, balance) is required.
After some research I found a good java script (framework ??) called box2d.js
I found the demo to be excellent. this is is kind of…