
Multiplayer online 8-ball pool game in C++.
completedA 8-ball pool game playable online made in C++ with SFML.

City Builder Using a From Scratch Low-Level C++ Game Engine
completedA City Builder developed in low-level C++ with minimal dependencies. The custom game engine features hot reload, game data serialization, image, UI, and text rendering, audio decoding and playback, and a built-in tile editor.

The Boxing Goat
completedA Bullet Hell game in which you control a goat attached by a rope who must dodge objects thrown at him by an angry crowd made during the Ludum Dare 54 in 2023

Bopy's Puzzle Adventure + Runner Game
completedTwo games developed using a custom low-level C++ engine, featuring image, UI, and text rendering, audio decoding and playback, a built-in tile editor and Emscripten for web builds.

Minecraft clone in DirectX11
activeA minecraft clone that I made by myself in C++ and DirectX11 in two weeks.

Mirkwood Resort
completedA 'horror' game in which you have to survive as long as possible in a resort house in the heart of Mirkwood. created during the Orbital Game Jam 6 - Mirkwood Edition

Penguin Card Master
completedA card-based roguelite prototype where you battle through a procedurally generated dungeon using your deck to defeat enemies.

Tower Self Defence
completedA FPS where you play as a tower in a Tower Defence game made during GMTK Game Jam 2023.

Penguin battle !
completedA multiplayer online brawler-style game with rollback made in C++ where two penguins fight with snowballs. The game's physics engine is my own from scratch engine

Rust Robot King
completedA dungeon crawler game with combos and tactical battle mechanisms made for the Dungeon Crawler Jam 2023 in one week with 3 people