Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epergo/tetris-c

Tetris game in C using SDL2
https://github.com/epergo/tetris-c

c sdl sdl2 tetris

Last synced: 28 days ago
JSON representation

Tetris game in C using SDL2

Awesome Lists containing this project

README

        

# Tetris

This implementation of the Tetris game was developed for the course `Programming and Data Structures in C` in Politechnika Łódzka.

![Tetris](tetris.png "Tetris!")

Since its inception the project has been rewritten to use SDL2, you can find the original implementation using SDL1.2 [here](https://github.com/epergo/tetris-C/tree/SDL1.2)