A small game built with C and raylib that challenges you to predict the next number in the Fibonacci sequence.
- Beautiful animated background
- Score system
- Real-time keyboard input
- Matrix-based Fibonacci generation
- Correct / Wrong answer screens
.
βββ include/
β βββ game.h
β βββ matrix.h
βββ src/
β βββ main.c
β βββ game.c
β βββ matrix.c
βββ Makefile
makeRun:
make runClean object files:
make cleanMade with β€οΈ using C.