Skip to content

Tetris game in C using SDL2

License

Notifications You must be signed in to change notification settings

epergo/tetris-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d11e918 · Feb 19, 2023

History

33 Commits
Jan 12, 2020
Jan 12, 2020
Jan 12, 2020
Jan 9, 2020
Jan 12, 2020
Jan 12, 2020
Feb 19, 2023
Jan 17, 2020
Jan 17, 2020
Jan 17, 2020
Jan 9, 2020
Jan 11, 2020
Jan 12, 2020
Jan 11, 2020
Jan 17, 2020
Jan 17, 2020
Jan 11, 2020

Repository files navigation

Tetris

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

Tetris

Since its inception the project has been rewritten to use SDL2, you can find the original implementation using SDL1.2 here