Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update #1

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Piskworks

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

Piskworks is a simple desk game known as gomoku.

## Supported platforms

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

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

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

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

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

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

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

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