|
1 | 1 | # Tetris
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 | ## Supported platforms
|
6 | 6 |
|
7 | 7 | ### UNIX / Linux Console
|
8 | 8 |
|
9 | 9 | #### With ncurses
|
10 | 10 | 1. install ncurses `apt-get install ncurses-dev`
|
11 |
| - 1. download project `git clone https://github.com/berk76/tetris Tetris` |
| 11 | + 1. download project `git clone https://github.com/oldcompcz/tetris Tetris` |
12 | 12 | 1. go into project directory `cd Tetris`
|
13 | 13 | 1. run `make -f Makefile.con`
|
14 | 14 | 1. find and run Tetris
|
15 | 15 |
|
16 | 16 | 
|
17 | 17 |
|
18 | 18 | #### Without ncurses
|
19 |
| - 1. download project `git clone https://github.com/berk76/tetris Tetris` |
| 19 | + 1. download project `git clone https://github.com/oldcompcz/tetris Tetris` |
20 | 20 | 1. go into project directory `cd Tetris`
|
21 | 21 | 1. run `make -f Makefile.ans`
|
22 | 22 | 1. find and run Tetris
|
23 | 23 |
|
24 | 24 | ### DOS
|
25 | 25 | 1. make sure you have Turbo C 2.0 installed
|
26 |
| - 1. download project `git clone https://github.com/berk76/tetris Tetris` |
| 26 | + 1. download project `git clone https://github.com/oldcompcz/tetris Tetris` |
27 | 27 | 1. go to tetris/src directory
|
28 | 28 | 1. run `make -fMakefile.tc`
|
29 | 29 | 1. find and run ptakovin.exe
|
|
32 | 32 |
|
33 | 33 | ### ZX Spectrum
|
34 | 34 | 1. download and install Z88DK c compiler from http://www.z88dk.org
|
35 |
| - 1. download project `git clone https://github.com/berk76/tetris Tetris` |
| 35 | + 1. download project `git clone https://github.com/oldcompcz/tetris Tetris` |
36 | 36 | 1. go into project directory `cd Tetris`
|
37 | 37 | 1. run `make -f Makefile.zx`
|
38 | 38 | 1. find and load tetris.tap
|
|
41 | 41 |
|
42 | 42 | ### MS Windows
|
43 | 43 | 1. download and install MinGw from http://www.mingw.org/
|
44 |
| - 1. download project `git clone https://github.com/berk76/tetris Tetris` |
| 44 | + 1. download project `git clone https://github.com/oldcompcz/tetris Tetris` |
45 | 45 | 1. go into project directory `cd Tetris`
|
46 | 46 | 1. run `make -f Makefile.w32`
|
47 | 47 | 1. find and run Tetris.exe
|
|
0 commit comments