- install ncurses
apt-get install ncurses-dev
- download project
git clone https://github.com/berk76/tetris Tetris
- go into project directory
cd Tetris
- run
make -f Makefile.con
- find and run Tetris
- download project
git clone https://github.com/berk76/tetris Tetris
- go into project directory
cd Tetris
- run
make -f Makefile.ans
- find and run Tetris
- make sure you have Turbo C 2.0 installed
- download project
git clone https://github.com/berk76/tetris Tetris
- go to tetris/src directory
- run
make -fMakefile.tc
- find and run ptakovin.exe
- download and install Z88DK c compiler from http://www.z88dk.org
- download project
git clone https://github.com/berk76/tetris Tetris
- go into project directory
cd Tetris
- run
make -f Makefile.zx
- find and load tetris.tap
- download and install MinGw from http://www.mingw.org/
- download project
git clone https://github.com/berk76/tetris Tetris
- go into project directory
cd Tetris
- run
make -f Makefile.w32
- find and run Tetris.exe