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
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