Projects
Physine
A very simple 2D physics engine written in C++. It uses the SFML library for the graphics. Right now it only supports circular and rectangular colliders. I plan to add more functionality to it in the future.
Learn more →Sudoku Solver
Graphical sudoku solver using C++ and SFML. It uses the backtracking algorithm to solve the sudoku.
Learn more →Terade
A simple terminal based cryptocurrency trading simulator. Nothing technically impressive. It's just the first project that I finished from beginning to end so it holds a special place in my heart :)
Learn more →TicTacToe
An unbeatable TicTacToe game using the Minimax algorithm. It is written in C++.
Learn more →