Projects tagged: JavaScript

Star Strike

Play

A game made using three.js in a couple of weeks

This is a small game I made as part of my computer graphics module at university made using three.js. The objective of the game is to destroy the enemy spaceships by shooting them, while avoiding getting hit by enemy missiles. The player switches between piloting their ship in a top-down view and shooting the gun in a first-person view.

Feedback App

A university group project

Introduction

During my second year at university, as part of our software engineering module, myself and a team of four other students were tasked with designing and developing software for a client, which in our case was Deutsche Bank.

We were tasked with designing a prototype system that could be used to provide live audience feedback, including an estimate of the group mood/sentiment, during a presentation. In this post I'll talk about how we approached this task and how I lead backend development.

Draw Game

A web based multiplayer drawing game

During the lockdown period, a friend and I decided to create a fun online game together. This is a real-time multiplayer drawing game where one person is given a word to draw and everyone else has to guess what it is. First person to guess the word gets a point. The project involved creating a WebSocket server in Rust and using the React JavaScript framework for the front end.