Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages