My first game project, made in C with CSFML two months after I started programming.
Created as a school project to learn the basics of game development using only C and the CSFML library (no engine). My Hunter is a simple hunting-style game where birds fly from left to right and the player can shoot them. The goal was to understand core game dev concepts: creating a game loop, opening a window, handling sprites and animations efficiently, and optimizing rendering. This project was designed to teach fundamental programming and game logic in a short time frame.

