EE2026
Digital Design
A FPGA Project

A semester-long project to develop a multiplayer game on FPGA boards, featuring real-time communication and physics-based gameplay.
A FPGA Project
A semester-long project to develop a multiplayer game on FPGA boards, featuring real-time communication and physics-based gameplay.
NUqueSt
Developed a 2D RPG game in Unity to introduce NUS freshmen to university life, featuring AI pathfinding and OOP best practices.
A mBot Project
Team project to build a remote-controlled robot using LiDAR and Arduino, designed to navigate a maze efficiently.
Web Game Project
Solo project to create a Connect 4 game using JavaScript, HTML, and CSS, with physics-based animations.
Web Game Project
Solo project to develop a two-player snake game (offline) using JavaScript, HTML, and CSS.
A Travel React app
An app used to help friends and travellers budget their expenses while travelling together in a fun way
Future Academic Planner (FAP)
A semester-long project that was done in a group of 4 in an agile environment. Developed a CLI software used to log the grades of a university student and predict what grades to get based on your current GPA. Software engineering principle and practices were followed strictly while developing this software.
Designed a CPU using Verilog
A semester-long project that was done in a group of 3. Build a CPU similar to an ARM and RISCV architecture. Programmed using Verilog on a FPGA board
A Social Alarm App
A social app that uses geolocation and friends as alarms
A desktop app used to reduce motion sickness
A desktop app that overlays on the laptop screen with objects whose movement is determined by the acceleration of the bus or the train the user is on. Implemented by implementing a HTTPS and websocket connection to the phone gyroscope
An electronic project that decipher the soundwave
A message was hidden in high frequency with some noises. Math concepts like Fourier transform was used to decipher this mixture of sound to restore the original message. Assembly was used to program Fourier Transform and other math concepts