Math-A-Mong Us! (Unity Educational Game)

Educational 3D Unity game for elementary students that makes arithmetic fun. Players collect pizza slices, solve randomized (+, –, ×, ÷) problems, and unlock a treasure chest finale with a pizza tornado effect.

UnityC#TextMeshProGame DevEducationXR

Asteroids Arcade Game

Award-winning browser game featuring collision physics, power-ups, animations, and dynamic scoring.

JavaScriptPhaser.jsGame Physics

Minesweeper

Modern Minesweeper with themes, smooth UX, three difficulty presets, first-click safety, and clean status tracking — built with pure Java Swing/AWT (no external libraries).

JavaSwingUI/UXGame Dev

BigInt Calculator

JavaFX calculator supporting large integers without using the BigInteger class.

JavaJavaFXAlgorithms

Guess the Animal

SwiftUI quiz app with images, animations, navigation, and score tracking.

SwiftSwiftUIiOS

Rock–Paper–Scissors Game

A tiny, fast terminal game in C where you battle the computer in 5 quick rounds. Clean structure, minimal dependencies, and a final score tracker.

CCLIGame Logic

Tic-Tac-Toe (Player vs Computer)

Tiny terminal Tic-Tac-Toe you can compile and play instantly. You are X, the computer is O, with input validation and a simple CPU that picks the first open cell.

CCLIGame Logic

Weather Forecast App

Command-line Java app using Open-Meteo API to display weekly and hourly weather data.

JavaAPICLI

Color Maker Game

Educational Python game that improves color recognition through randomized challenges.

PythonTkinterEducation

Food Ordering & Delivery System

Java GUI system implementing OOP concepts and design patterns for users, admins, and delivery.

JavaOOPDesign Patterns

Image Editor

Java Swing image editor with filters, transformations, and undo/redo support.

JavaSwingImage Processing

Brick Breaker Game

Classic Java Swing game with paddle-controlled ball and brick collision logic.

JavaSwingGame Logic