Skip to content

vuonglequoc/terminal_tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal_tetris

alt text

Prepare

WINDOWS:

  1. Download and install MinGW: http://www.mingw.org/
  2. Install PDCurses for MinGW:
mingw-get install mingw32-pdcurses
mingw-get install mingw32-libpdcurses
  1. Increase Window Size for cmd before play game
  • Width >= 42
  • Height >= 32

alt text

UNIX:

  1. Install libncurses
  • Ubuntu:
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
  • MacOS: TODO

Compile

WINDOWS:

mingw32-make all

UNIX:

make all

Play game

WINDOWS:

bin\main.exe

UNIX:

bin/main