
Asteroids
This 2D Graphics programming assignment features the classic game asteroids made in C++ with Blit3D

Helicopter C++
Made in C++ with Blit3d, similarl to the APC assignment only with more complicated physics and controls

APC C++
A 3D animation programming assignment made in C++ that shows the outcome of mapping texture to model and animating properly in accordance to control

Connect 4 online
This Networking project consists of a connect 4 game with client host connection capabilities, written in java using tcp sockets.

WordSearch
This Data Structures project consists of a word search solver that features a brute force solver and optimized solver both with timed processes.

Rover Recursion
A Data Structures project that uses recursion techniques for a "rover" to navigate a 1024x1024 sized map without fail.

Simon Says
An Advanced Programming Concepts project of the game Simon says made in java using window builder extension.