Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Fibonacci Challenge

A small game built with C and raylib that challenges you to predict the next number in the Fibonacci sequence.


feature

  • Beautiful animated background
  • Score system
  • Real-time keyboard input
  • Matrix-based Fibonacci generation
  • Correct / Wrong answer screens

📁 Project Structure

.
├── include/
│   ├── game.h
│   └── matrix.h
├── src/
│   ├── main.c
│   ├── game.c
│   └── matrix.c
└── Makefile

Build

make

Run:

make run

Clean object files:

make clean

Made with ❤️ using C.

About

Guess game , with some RAYLIB .

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages