Illuvë

← back to projects

Overview

When studying at CMU I took the web development course 15-437. I decided to make an online video game as my final project because of how much I had enjoyed creating No Way Out. Online gaming was something new and challenging to explore, so my teammate and I decided to build everything form the bottom up. Hence, the only library used was the Box2d physics engine to facilitate collision detection and movement.

The game was inspired on the common multi player 2D tank games available on the web. Our primary objective was to enable player interaction through sole use of AJAX. Since we were also interested in making everything web based, the Html5 canvas was used to display the graphics.

Features

The site is relatively simple, and focuses on making use of all the course's content.


Deployment

The game can be played at this site. Sadly the source code cannot be shared due to academic integrity constraints.

← back to projects