Skip to content

sxfoo/simple-tetris-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

simple-tetris-project

A fake tetris-clone created in C++ and ncurses library

Created for fun / self-educational purposes

Game handling created with reference to youtube tutorial: javidx9: [https://www.youtube.com/watch?v=8OK8_tHeCIA ]

running the program

Build with ncurses library on Ubuntu

On Ubuntu

sudo apt-get install libncurses5-dev libncursesw5-dev

To compile and run

make
./tetris

video demo

gameplay-demo.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published