Piskworks is a simple desk game known as gomoku.
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into project directory
cd Piskworks
- run
make -f Makefile.gcc pisk_con
- find and run pisk_con.exe
- download and install Turbo C from http://edn.embarcadero.com/article/20841
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into Piskworks/src directory
- run
make -fMakefile.tc
- find and run main_con.exe
- download and install Z88DK c compiler from http://www.z88dk.org
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into project directory
cd Piskworks
- run
make -f Makefile.z88dk pisk_zx
- find and load pisk_zx.tap
- download and install Z88DK c compiler from http://www.z88dk.org
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into project directory
cd Piskworks
- run
make -f Makefile.z88dk pisk_81
- find and load pisk_81.P
- load pisk_81.P in EightyOne emulator
- add following lines:
9990 SAVE "PISKWORKS"
9995 GOTO 0
- type and run command
RUN 9990
- open Tools/Tape Manager...
- delete the first entry
- push save button
- download and install Z88DK c compiler from http://www.z88dk.org
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into project directory
cd Piskworks
- run
make -f Makefile.z88dk pisk_80
- find and load pisk_80.O
- install c compiler according to this article: http://jefftranter.blogspot.cz/2012/04/c-programming-tutorial-with-cc65-on.html
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into Piskworks/src directory
- run
make -f Makefile.app
- run
bintomon -v -f pisk_app > pisk_app.mon
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go to src directory
cd src
- run
./crtgom.sh
- it will produce source file for as400qcsrc.gom
- get into as400 and create your personal library if you dont have one yet
crtlib mylib
- setup your private library as default library
chgprf curlib(mylib)
- create new file QCSRC
crtsrcpf mylib/qcsrc
- copy new member GOM (from src/qcsrc.gom) into QCSRC file using FTP client.
- you can see and modify source code in SEU editor
strseu srcfile(QCSRC) srcmbr(GOM)
- compile program using crtbndc command
crtbndc pgm(GOM) output(*PRINT)
- finally you can run program
call GOM
- download and install MinGw from http://www.mingw.org/
- download project
git clone https://github.com/berk76/piskworks Piskworks
- go into project directory
cd Piskworks
- run
make -f Makefile.gcc pisk_w32
- find and run pisk_w32.exe