A game full of short minigames! (Make a WarioWare-Style Game Mission)
Task Planner - A minimalist, dark-themed personal productivity web app. It lets you create reusable task templates, schedule your day with automatic time management, and focus on tasks with a built-in countdown timer. Everything is stored locally in your browser - no accounts, no cloud, no tracking.
Created a personal website for the Hack Club Stardance mission.
I made a Unity game for the Juniper Dev Game Jam. It is a ship game where the main mechanic is spinning the ship wheel to control movement. The game has 3 levels, and after finishing the last level there is an ending animation.
This is a simple fake desktop operating system built in a web browser. It was made in about 2 hours as a learning project. The desktop has a clock that updates every second, a top bar showing your username, and five apps you can use. Settings lets you change between dark and light mode, pick different background colors, and adjust clock options. Calendar shows the current month with navigation buttons. Calculator handles basic math operations. Tic Tac Toe is a two-player game with win detection. Translator encodes and decodes messages
I am making a game in Unity. The game is about hackers and space. In the game, the player has a mission. The player must find, follow, and catch strange things in space called anomalies. Right now, I only made the start menu. The start menu looks like a fake computer system (fake OS). This fake OS is the first screen of the game. Commands in the terminal In the terminal, the player can use these commands: -help = shows all commands and explains the system -start = does nothing yet, but will start the game later -exit = does nothing yet, will close the system later -settings = opens sound settings (music and SFX volume) -clear = removes all text from the screen Later, I will add more features: -more commands in the terminal -animations like boot screen and system loading -sounds (keyboard, system, space sounds) -story chapters and missions -better visual effects (CRT screen, glitch)
I built a Slack bot deployed on a Nest server that runs 24/7 using systemd. The bot includes: /bmi: calculates Body Mass Index /days: calculates number of days between two dates The project demonstrates full deployment flow: GitHub -> Node.js application -> Linux server (Nest) -> 24/7 production service using systemd. I also learned Slack API, command handling, and server deployment.