Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryaveersr/tetris
https://github.com/aryaveersr/tetris
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryaveersr/tetris
- Owner: AryaveerSR
- License: mit
- Created: 2024-07-20T12:50:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:26:11.000Z (6 months ago)
- Last Synced: 2024-07-21T14:54:26.426Z (6 months ago)
- Language: C
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Tetris`
## A Tetris clone in C and SDL(2).
[![MIT](https://img.shields.io/crates/l/bitvec.svg?style=for-the-badge)](#License)
## Building
Install `libsdl2-dev` and `libsdl2-ttf-dev`:
```bash
sudo apt install libsdl2-dev libsdl2-ttf-dev
```Run the Makefile:
```bash
make
```## Acknowledgements
This project uses the `Poppins` font.
You can find more here: [Google fonts](https://fonts.google.com/specimen/Poppins)## License
The code is licensed under the MIT license.
Refer to the above link for the font's license.