https://github.com/artskydj/tetris
Tetris clone, written in C
https://github.com/artskydj/tetris
Last synced: 5 months ago
JSON representation
Tetris clone, written in C
- Host: GitHub
- URL: https://github.com/artskydj/tetris
- Owner: ArtskydJ
- Created: 2015-09-18T12:12:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T14:16:43.000Z (over 10 years ago)
- Last Synced: 2025-01-18T15:53:40.554Z (about 1 year ago)
- Language: C
- Size: 8.52 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# tetris
> tetris clone in c

## How to compile
- Get MinGW
- Run this command:
```bash
gcc -std=c99 -o bin/Tetris.exe Tetris.c -lmingw32 -lSDLmain -lSDL -lSDL_ttf -mwindows
```
## Known issues
- Never speeds up
- Does not save high scores
- Does not pause when you switch to a different window (but you can pause manually)
## License
[VOL](http://veryopenlicense.com)