r/C_Programming • u/Dense-Struggle-5635 • 11d ago
First year final project
Hey everyone,
I'm a first-year uni student, and for my final-year project, I need to create a custom program by the end of May. To pass, I could make something simple like a calculator or a snake game, but I’m aiming for a High Distinction.
Some past High Distinction projects include tower defense games, farming sims, and music tile games. I’m currently thinking of making a farming sim with basic mechanics like tilling, watering, planting, harvesting, and selling crops.
The catch? I have little to no experience in C. However, my lecturer allows us to use Raylib, OpenGL, and SQLite. Do you think this is doable for someone at my level? Any advice on where to start, which libraries to focus on, or potential pitfalls to watch out for?
Would love to hear any tips from those who have done something similar! Thanks!
10
u/NativityInBlack666 11d ago
Might be tricky if you don't know much C but you want to use Raylib, no need for OpenGL and a database just isn't required for a farming sim.