An open API service indexing awesome lists of open source software.

https://github.com/dosworld/tetris

Well-known brick-game for IBM XT.
https://github.com/dosworld/tetris

16-bit cga dos game textmode

Last synced: 6 months ago
JSON representation

Well-known brick-game for IBM XT.

Awesome Lists containing this project

README

          

# Brick Video-Game

Here is implementation well-known brick game in Turbo Pascal 7.0.

**tetris.exe** - 40x25 text mode

**cgtris.exe** - CGA graphics mode

## Hotkeys

Left/Right Arrows - move
Up/Down Arrows - rotate
P - Pause
M - Mute
Esc - exit to DOS

## Screenshots

![Image Screenshot - Txt syntax highlighjt](https://github.com/DosWorld/tetris/raw/main/CGTRIS.PNG)

## Build

Just type `make` or

tpc tetris.pas
tpc cgtris.pas

## License

MIT License. See LICENSE file.