Projects

Spledger

A Django web app for tracking and splitting shared group expenses. Users create event ledgers, link friends, and log shared costs, incomes, or transfers. It features a mobile-first UI with live validation for custom splitting methods (equal, exact amounts, or parts). The system calculates individual balances and offers data exports via CSV, PDF, or JPG to easily settle debts.

https://spledger.martinify.com/

Connect Four

Developed connect four on four platforms: HTML/CSS/JS, C, MIPS. Programmed game to play with user in C. I created random number generator algorithm that use user two number input and multiplies, adds, and ands the two numbers in binary. Developed the algorithm for inserting chips and efficiently checking win conditions. Implemented the same algorithm in MIPS Assembly Language.

/connect_four

Kid Lizard

Collaborated in a group on a two-dimensional platform game. Worked jointly on debug obstacle collision. Implemented animations, player, obstacle, and enemy movements. Created levels.

TicTacToe

Developed a user-friendly Tic-Tac-Toe game using JavaScript, with error handling, GUI, and clear instructions. Demonstrating proficiency in JavaScript, game development, and UX/UI design. In C++, I adapted three difficulty settings to a tic-tac-toe game I developed to a two-dimensional adventure game, similar to Pokemon.

/tictactoe