Skip to content

Commit 06c9fdf

Browse files
committed
README update
1 parent 05d00e4 commit 06c9fdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Tetris
22

3-
![build](https://github.com/berk76/tetris/workflows/build/badge.svg)
3+
![build](https://github.com/oldcompcz/tetris/workflows/build/badge.svg)
44

55
## Supported platforms
66

77
### UNIX / Linux Console
88

99
#### With ncurses
1010
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`
1212
1. go into project directory `cd Tetris`
1313
1. run `make -f Makefile.con`
1414
1. find and run Tetris
1515

1616
![Linux.PNG](doc/Linux.PNG)
1717

1818
#### 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`
2020
1. go into project directory `cd Tetris`
2121
1. run `make -f Makefile.ans`
2222
1. find and run Tetris
2323

2424
### DOS
2525
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`
2727
1. go to tetris/src directory
2828
1. run `make -fMakefile.tc`
2929
1. find and run ptakovin.exe
@@ -32,7 +32,7 @@
3232

3333
### ZX Spectrum
3434
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`
3636
1. go into project directory `cd Tetris`
3737
1. run `make -f Makefile.zx`
3838
1. find and load tetris.tap
@@ -41,7 +41,7 @@
4141

4242
### MS Windows
4343
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`
4545
1. go into project directory `cd Tetris`
4646
1. run `make -f Makefile.w32`
4747
1. find and run Tetris.exe

0 commit comments

Comments
 (0)