Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryaveersr/tetris


https://github.com/aryaveersr/tetris

Last synced: 4 days ago
JSON representation

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.