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

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

Awesome Lists containing this project

README

        

# tetris-autoplay

![tetris auto fast](img/tetris_auto_fast.gif)

![tetris auto slow](img/tetris_auto_slow.gif)

# BUILD & RUN

```sh

gcc tetris.c -o run

./run

```