Technical Projects

This page highlights projects that focus on technical and programming-based solutions. Some projects also feature visual elements for interactive and engaging user experiences.

Projects

1. Sand Game - Python

An interactive game created with Python that simulates the realistic movement of particles and includes various game modes:

Here’s a preview of the game in action:

2. Gray-Scale Topographic Map of Colorado

This project uses Python to generate a gray-scale topographic map of Colorado based on 425,000 elevation points:

Check out a preview of the map:

3. Distributed Blockchain Network

A blockchain network implemented in Java featuring:

4. Convex Hull Algorithms: Brute Force and QuickHull

Implemented two convex hull algorithms in Python to compare performance and visualize results:

Here is an example of the output:

The visual result of running the Convex Hull algorithm