Back

Projects

A selection of my game development and programming projects

./clean-or-scream
$cat project.info

Clean or Scream

A cooperative paranormal cleaning game mixing tension, chaos, and teamwork.

Unreal Engine
Co-op
Horror
./xash-injector
C++ Injector for .NET DLLs
$cat project.info

C++ Injector for .NET DLLs

C++ Mono injector for loading and managing .NET assemblies in Windows processes, using WinAPI and ImGui.

C++
DLL Injection
WinAPI & ImGui
./endless-journey
$cat project.info

Endless Journey

A co-op horror game designed to keep players engaged by pushing replayability to the next level through AI-generated content.

Unreal Engine
C++
LLMs
./axiolith
$cat project.info

Axiolith

A 48-hour Epitech Game Jam 2023 project featuring combat, looting, quests, and more

Unreal Engine
C++
Game jam 2023
./my-runner
$cat project.info

Naruto Runner

A school project made in my first year with C and CSFML. My second game project

C
CSFML
No game engine
./gunkans-quest
$cat project.info

Gunkan's Quest

Play as Gunkan and defeat all enemies on the island. A Unity project made for our mid-semester exam.

Unity
C#
2D Game
./meow-td-battle
$cat project.info

Meow TD Battle

A school project made in C with CSFML during my first year.

C
CSFML
No game engine
./fortytwo-sh
$cat project.info

Custom Linux Shell

A first-year school project: a Linux shell in C with custom prompt, command history, tab completion, and built-in commands.

C
Unix System Programming
./zappyculteur
$cat project.info

AI Strategy Arena

A multiplayer network game featuring a C server, 3D and 2D GUIs, and Python AI clients, where teams compete to level up players on a resource-rich tile map.

C/C++/Unreal
Network
AI
2023
./arcade
$cat project.info

Arcade

A modular C++ gaming platform with dynamic library loading, supporting multiple games and graphics libraries through a well-defined architecture.

C++
Architecture & Plugins
./raytracer
$cat project.info

Raytracer

A modular C++ raytracer with real-time navigation and a plugin-based system for custom primitives.

C++
Real-Time Rendering
2023
./image-compressor
$cat project.info

Image Compressor

A Haskell application implementing k-means to "compress" images.

Haskell
Applied Maths
K-Means
./leviator
Leviator
$cat project.info

Leviator

A custom programming language compiled to WebAssembly bytecode, built in Haskell in under a month.

Haskell
Bytecode
Wasm
2023
./r-bus
$cat project.info

Game engine + game

A horizontally scrolling multiplayer arcade shooter built on a custom C++ ECS game engine with networking support.

C++
Network
ECS-based
2023
./asm-yahtzee
$cat project.info

Assembly Yahtzee

A school project for 3rd-year applied maths: a Yahtzee game made in assembly because why not.

x86-64 NASM
Applied Maths
./my-sokoban
$cat project.info

Sokoban

A Sokoban remake built in C using ncurses, featuring full terminal interaction and map loading.

C/Ncurses
Terminal Game
2022
./my-rpg
$cat project.info

Epitech RPG

A first-year school project in C and CSFML: a small RPG simulating our first year at school.

C/CSFML
RPG
No engine
./my-hunter
$cat project.info

My Hunter

My first game project, made in C with CSFML two months after I started programming.

C
CSFML
No game engine