Skip to content

Commit 6a00080

Browse files
committed
README update
1 parent ec08b41 commit 6a00080

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Piskworks
22

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

55
Piskworks is a simple desk game known as gomoku.
66

77
## Supported platforms
88

99
### UNIX, Linux, MS Windows console:
10-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
10+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
1111
1. go into project directory `cd Piskworks`
1212
1. run `make -f Makefile.gcc pisk_con`
1313
1. find and run pisk_con.exe
@@ -16,21 +16,21 @@ Piskworks is a simple desk game known as gomoku.
1616

1717
### DOS
1818
1. download and install Turbo C from http://edn.embarcadero.com/article/20841
19-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
19+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
2020
1. go into Piskworks/src directory
2121
1. run `make -fMakefile.tc`
2222
1. find and run main_con.exe
2323

2424
### ZX Spectrum
2525
1. download and install Z88DK c compiler from http://www.z88dk.org
26-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
26+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
2727
1. go into project directory `cd Piskworks`
2828
1. run `make -f Makefile.z88dk pisk_zx`
2929
1. find and load pisk_zx.tap
3030

3131
### ZX81
3232
1. download and install Z88DK c compiler from http://www.z88dk.org
33-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
33+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
3434
1. go into project directory `cd Piskworks`
3535
1. run `make -f Makefile.z88dk pisk_81`
3636
1. find and load pisk_81.P
@@ -48,20 +48,20 @@ Piskworks is a simple desk game known as gomoku.
4848

4949
### ZX80
5050
1. download and install Z88DK c compiler from http://www.z88dk.org
51-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
51+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
5252
1. go into project directory `cd Piskworks`
5353
1. run `make -f Makefile.z88dk pisk_80`
5454
1. find and load pisk_80.O
5555

5656
### APPLE 1 (replica 1)
5757
1. install c compiler according to this article: http://jefftranter.blogspot.cz/2012/04/c-programming-tutorial-with-cc65-on.html
58-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
58+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
5959
1. go into Piskworks/src directory
6060
1. run `make -f Makefile.app`
6161
1. run `bintomon -v -f pisk_app > pisk_app.mon`
6262

6363
### AS400
64-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
64+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
6565
1. go to src directory `cd src`
6666
1. run `./crtgom.sh` - it will produce source file for as400 `qcsrc.gom`
6767
1. get into as400 and create your personal library if you dont have one yet `crtlib mylib`
@@ -76,7 +76,7 @@ Piskworks is a simple desk game known as gomoku.
7676

7777
### MS Windows
7878
1. download and install MinGw from http://www.mingw.org/
79-
1. download project `git clone https://github.com/berk76/piskworks Piskworks`
79+
1. download project `git clone https://github.com/oldcompcz/piskworks Piskworks`
8080
1. go into project directory `cd Piskworks`
8181
1. run `make -f Makefile.gcc pisk_w32`
8282
1. find and run pisk_w32.exe

0 commit comments

Comments
 (0)