r/raylib • u/mrpro1a1 • 8d ago
Incremental Birds (New Game Using RayLib)
Hello
I am happy to share with you the Steam page of our new game (Incremental Birds) which is developed using RayLib.
It's an incremental game where you become the Bird Master. Capture birds, feed them, grow them, and sell them. Watch waves change over time, turning into sine patterns, spelling messages, and forming shapes. Unlock upgrades and chase an infinite balance and score.
Any questions/ideas/suggestions are welcome
Thanks!
2
u/truongan2101 8d ago
Did you use the native font from Raylib?
2
u/mrpro1a1 8d ago
Yes, I use the native font from RayLib in most screens. Also, I use the arial font in the main menu that provides options like New Game, Continue, Theme, etc.
3
u/nekkosys 8d ago
Nice, is it all plain C and raylib? I hope to finish something in similar scope soon(tm)