My Projects

...
My Website

Bootstrap

Personal website to display all my projects and acomplishments. Warning: if you click view, you will enter a recursive loop

view
...
Client Relation Manager

Javascript

An app made in node.js, express and mongo db. Ability to login, add clients and plan appointments. Also includes interactive calendar

view
...
15 Game

Javascript

A game where the player has to arrange squares in order on a 4 by 4 grid. Leaderboard of highscores made with php and sql

view
...
"Pass-Hash"

Java

Implemented a SHA-256 encryption based password manager with a custom salt hashing algorithm

view
...
"Its Done"

Java

An android app where users can post "jobs" or search and complete them for money. For example mowing the lawn

view
...
Crystal Fusion

C#

An android game made with Unity. Merge similar crystals together for score. Compete against the global leaderboard

view
...
Pharaoh's Redemption

Javascript

A fun platformer browser game made with Javascript's extensive canvas features

view
...
Twitter Analyzer

Python

A python program that extracts massive amounts of tweets and runs a sentiment analysis using neural network and deep learning libraries

view
...
Color Guessing Game

Javascript

A game for practicing RGB colors. Match the color code with the correct color. Based off a Udemy Javascript tutorial.

view
...
Arithmetic Game

Java

A quick paced, brain-exercising arithmetic game. Try to add or subtract the numbers as they appear on the screen, but try to keep up!

view
...
Flappy Bird

c#

My very first full Unity game. based off of the original flappy bird. Try easy, normal, and hard mode

view
...
Tetris

Java

A tetris-clone made using Java Swing as a final project for programming 305.

view
...
Geometry Dash

c#

Another game made with Unity. Based off of the mobile game geometry dash. Includes skin custimization and 2 unique levels

view
...
Real Estate Search Engine

sql

An app and corrosponding sql database allowing the user to search for houses or properties in his area based off specific criteria

view
...
Paint Program

Java

Similar to MC paint, The user can choose a color, choose a stroke width, and choose a drawing tool to draw anything they want.

view
...
tax-mileage-deduction calculator

Javascript

with json data collected from google maps as input, this calculator makes it easy to see how many miles one drove in a year for business and personal purposes.

private
...
Chat-Messanger

Python

Using the Flask framework, a user can send an http connection request by typing the server ip into the url. Once connected, he can chat with other connected clients.

view
...
Spaceships.io

c#

A simple multiplayer game using client-server architecture. The player can shoot other players and upgrade his ship

view
...
Maze Generator

Java

A recursive maze generating algorithm and maze solving algorithm. Made to help future students understand the idea of recursion.

view
...
Agar.ai

Javascript

A web simulation where cells are spawned into the world with randomly generated attributes. A vector based ai makes larger cells eat smaller cells

view