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.
- Host: GitHub
- URL: https://github.com/dosworld/tetris
- Owner: DosWorld
- License: mit
- Created: 2020-12-02T15:58:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T06:14:38.000Z (over 5 years ago)
- Last Synced: 2025-01-31T11:34:17.863Z (over 1 year ago)
- Topics: 16-bit, cga, dos, game, textmode
- Language: Pascal
- Homepage:
- Size: 67.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
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

## Build
Just type `make` or
tpc tetris.pas
tpc cgtris.pas
## License
MIT License. See LICENSE file.