Skip to content

rserranon/tetris-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

The following code is a derivative work of the code from One Lone Coder Tetris Clone, which is licensed GPLv3. This code therefore is also licensed under the terms of the GNU Public License, verison 3.

#Instructions

iInstall ncurses library:

https://en.wikipedia.org/wiki/Ncursesi

https://invisible-island.net/ncurses/

I used homebrew on Mac: brew install ncurses

Complile your program specifying the use of c++17 and the ncurses library:

clang++ -std=c++17 -fdiagnostics-color=always -g /Users/robert/development/c++/tetris/tetris.cpp -o /Users/robert/development/c++/tetris/tetris -lncurses

Hope you like it.

About

Character based tetris clon in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages