Skip to content

berk76/tetris

Repository files navigation

Tetris

build

Supported platforms

UNIX / Linux Console

With ncurses

  1. install ncurses apt-get install ncurses-dev
  2. download project git clone https://github.com/berk76/tetris Tetris
  3. go into project directory cd Tetris
  4. run make -f Makefile.con
  5. find and run Tetris

Linux.PNG

Without ncurses

  1. download project git clone https://github.com/berk76/tetris Tetris
  2. go into project directory cd Tetris
  3. run make -f Makefile.ans
  4. find and run Tetris

DOS

  1. make sure you have Turbo C 2.0 installed
  2. download project git clone https://github.com/berk76/tetris Tetris
  3. go to tetris/src directory
  4. run make -fMakefile.tc
  5. find and run ptakovin.exe

DOS.PNG

ZX Spectrum

  1. download and install Z88DK c compiler from http://www.z88dk.org
  2. download project git clone https://github.com/berk76/tetris Tetris
  3. go into project directory cd Tetris
  4. run make -f Makefile.zx
  5. find and load tetris.tap

ZXS.PNG

MS Windows

  1. download and install MinGw from http://www.mingw.org/
  2. download project git clone https://github.com/berk76/tetris Tetris
  3. go into project directory cd Tetris
  4. run make -f Makefile.w32
  5. find and run Tetris.exe

WIN32.PNG