This was my final student project in grad school. It's a webGL game. I led the team of eleven that built the desktop client (top two screens). The entire game is written in JS and you can play it in Chrome without any plugins or additional software.
Subscribe to:
Post Comments (Atom)
This is really awesome. Can you tell us which HTML5 features this used? I'm guessing Web Sockets (with node.js), Web Audio API, Web Workers, and lots more. Maybe it's easier to list what HTML5 features you didn't use. :-)
ReplyDeleteYep. Web Sockets, Web Audio, and Gamepad API for sure. I'm not sure about the rest
DeleteAny chance of an online version that people can play?
ReplyDeleteUnfortunately, no. This is really just a tech demo. There's also security concerns that haven't been addressed yet.
Delete