https://github.com/gomjellie/tetris-autoplay
:floppy_disk: Tetris Autoplay written in C
https://github.com/gomjellie/tetris-autoplay
tetris-autoplay
Last synced: 3 months ago
JSON representation
:floppy_disk: Tetris Autoplay written in C
- Host: GitHub
- URL: https://github.com/gomjellie/tetris-autoplay
- Owner: gomjellie
- Created: 2016-01-31T16:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T10:38:08.000Z (over 4 years ago)
- Last Synced: 2025-01-23T11:25:13.356Z (4 months ago)
- Topics: tetris-autoplay
- Language: C
- Homepage:
- Size: 14.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris-autoplay


# BUILD & RUN
```sh
gcc tetris.c -o run
./run
```