Skip to content

oldcompcz/tetris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Supported platforms

UNIX / Linux Console

  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

DOS

  1. download and install Turbo C from http://edn.embarcadero.com/article/20841
  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