Back
2021
# Game Development

My Hunter

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

~/Tags

CCSFMLNo game engine

~/About

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.

~/Gallery

view
My Hunter 2
view

~/Key features

Built entirely in C with CSFML
No game engine used
First game project
Simple hunting mechanics
Random bird spawn positions
Birds move faster over time
Score tracking, lives, and game over screen
Different languages supported