Skip to content

e-zorzi/falling_blocks

Repository files navigation

Falling blocks

Simple game written in C, using Ncurses. To compile, use

gcc -O3 game.c block.c screen.c main.c -lncurses -pthread -o falling_blocks

and then

./falling_blocks

About

Simple game in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published