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.