Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Nov 23, 2024
1 parent 05d00e4 commit 06c9fdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Tetris

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

## Supported platforms

### UNIX / Linux Console

#### With ncurses
1. install ncurses `apt-get install ncurses-dev`
1. download project `git clone https://github.com/berk76/tetris Tetris`
1. download project `git clone https://github.com/oldcompcz/tetris Tetris`
1. go into project directory `cd Tetris`
1. run `make -f Makefile.con`
1. find and run Tetris

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

#### Without ncurses
1. download project `git clone https://github.com/berk76/tetris Tetris`
1. download project `git clone https://github.com/oldcompcz/tetris Tetris`
1. go into project directory `cd Tetris`
1. run `make -f Makefile.ans`
1. find and run Tetris

### DOS
1. make sure you have Turbo C 2.0 installed
1. download project `git clone https://github.com/berk76/tetris Tetris`
1. download project `git clone https://github.com/oldcompcz/tetris Tetris`
1. go to tetris/src directory
1. run `make -fMakefile.tc`
1. find and run ptakovin.exe
Expand All @@ -32,7 +32,7 @@

### ZX Spectrum
1. download and install Z88DK c compiler from http://www.z88dk.org
1. download project `git clone https://github.com/berk76/tetris Tetris`
1. download project `git clone https://github.com/oldcompcz/tetris Tetris`
1. go into project directory `cd Tetris`
1. run `make -f Makefile.zx`
1. find and load tetris.tap
Expand All @@ -41,7 +41,7 @@

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

0 comments on commit 06c9fdf

Please sign in to comment.