Web-based Computer Game

An Astroids-inspired space shooter which ran on both server-side and client-side JavaScript.

 

Colleagues were Samuel Wilson, Nico Orint, and Zhaoxiang

 

 

The game had increasing rounds, where the number of asteroids in each round increased and shot into the screen at random trajectories each round. To help the player,  we also introduced power-ups, which helped increase the chances of success and carried over to the next rounds.  The power-ups helped in shooting spread, shooting speed, flying speed, and turning speed.

The final score was tallied and the high score was stored in the server while the local server was running. Javascript was behind the functionality of the game. For the development of the webpage itself, HTML and CSS were used, while handlebars and node.js were used to parameterize the development process. 



 

 

My role in the game was the development of the asteroid behavior and certain power-ups. My role in the development of the webpage was the HTML and parametrization using handlebars.


The result of this project was an extremely fun videogame that sparked my interest in computer science. This game was never set up for a profit, but it is instead a reminder of the neat capabilities that I was developing from my first year in University.