Wednesday, June 27, 2012

Strike Fortress!!!

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.

4 comments:

  1. 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. :-)

    ReplyDelete
    Replies
    1. Yep. Web Sockets, Web Audio, and Gamepad API for sure. I'm not sure about the rest

      Delete
  2. Any chance of an online version that people can play?

    ReplyDelete
    Replies
    1. Unfortunately, no. This is really just a tech demo. There's also security concerns that haven't been addressed yet.

      Delete