1
1
# Piskworks
2
2
3
- ![ build] ( https://github.com/berk76 /piskworks/workflows/build/badge.svg )
3
+ ![ build] ( https://github.com/oldcompcz /piskworks/workflows/build/badge.svg )
4
4
5
5
Piskworks is a simple desk game known as gomoku.
6
6
7
7
## Supported platforms
8
8
9
9
### 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 `
11
11
1 . go into project directory ` cd Piskworks `
12
12
1 . run ` make -f Makefile.gcc pisk_con `
13
13
1 . find and run pisk_con.exe
@@ -16,21 +16,21 @@ Piskworks is a simple desk game known as gomoku.
16
16
17
17
### DOS
18
18
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 `
20
20
1 . go into Piskworks/src directory
21
21
1 . run ` make -fMakefile.tc `
22
22
1 . find and run main_con.exe
23
23
24
24
### ZX Spectrum
25
25
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 `
27
27
1 . go into project directory ` cd Piskworks `
28
28
1 . run ` make -f Makefile.z88dk pisk_zx `
29
29
1 . find and load pisk_zx.tap
30
30
31
31
### ZX81
32
32
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 `
34
34
1 . go into project directory ` cd Piskworks `
35
35
1 . run ` make -f Makefile.z88dk pisk_81 `
36
36
1 . find and load pisk_81.P
@@ -48,20 +48,20 @@ Piskworks is a simple desk game known as gomoku.
48
48
49
49
### ZX80
50
50
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 `
52
52
1 . go into project directory ` cd Piskworks `
53
53
1 . run ` make -f Makefile.z88dk pisk_80 `
54
54
1 . find and load pisk_80.O
55
55
56
56
### APPLE 1 (replica 1)
57
57
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 `
59
59
1 . go into Piskworks/src directory
60
60
1 . run ` make -f Makefile.app `
61
61
1 . run ` bintomon -v -f pisk_app > pisk_app.mon `
62
62
63
63
### 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 `
65
65
1 . go to src directory ` cd src `
66
66
1 . run ` ./crtgom.sh ` - it will produce source file for as400 ` qcsrc.gom `
67
67
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.
76
76
77
77
### MS Windows
78
78
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 `
80
80
1 . go into project directory ` cd Piskworks `
81
81
1 . run ` make -f Makefile.gcc pisk_w32 `
82
82
1 . find and run pisk_w32.exe
0 commit comments