
TPB Yoar
A Website about ITB TPB 2023 Experiences and Materials

Yukemi: The Banished Alchemist
Game about making potions based on the requests through birds from the people

IRK Library
Mobile application for several implementation of Computer Science Concepts: Huffman Encoding, Matrix Operations, and RSA Encryption

XXI - Purry Logistics
Shipment/Delivery Management App with Admin and Courier Access

Nightcall Mothman
An escape room-like puzzle game to figure out the story setting and inevitably get to 1 of 4 endings through choices made by the player

WanderLog
A travelling management application to write about your travels and also wish list for travelling

ATS with String Matching and Regex
ATS that is implemented using various String Matching algorithms and Regex for fuzzy search

XXI - Purry Leveling
A CLI turn-based game about clearing various difficulty dungeons to level up and become stronger

OSusumeNanDesuka
An x86 32-bit Operating System (OS) with protected mode, filesystem EXT2, and various usermode commands - Did I mention it can play Badapple?

Rush Hour Solver
Program to solve Rush Hour puzzles using Pathfinding algorithms with two distinct heuristics

K - Purry Mail
CLI-based email management system written in C

Little Alchemy 2 Recipe Finder
Program to find Little Alchemy 2 Recipes of Elements using basic Pathfinding algorithms such as BFS and DFS

Similar Audio and Image Searcher
Program to search for the most similar audio or image from a database using Query by Humming for audio search and PCA for image search

IQ Puzzler Pro Solver
Program to solve IQ Puzzler Pro puzzles using Brute Force

Image Compression using Quadtree
Program to compress images and produce GIFs using Quadtrees as an implementation of Divide and Conquer Algorithm