Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epergo/tetris-c
- Owner: epergo
- License: mit
- Created: 2014-07-08T10:03:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T16:38:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T16:48:03.919Z (about 1 month ago)
- Topics: c, sdl, sdl2, tetris
- Language: C
- Homepage:
- Size: 68.4 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)