https://github.com/srijanmukherjee/tetris
Tetris using SDL2 in C
https://github.com/srijanmukherjee/tetris
c game-development sdl2 tetris
Last synced: 3 months ago
JSON representation
Tetris using SDL2 in C
- Host: GitHub
- URL: https://github.com/srijanmukherjee/tetris
- Owner: srijanmukherjee
- Created: 2024-03-06T13:59:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:51:42.000Z (about 1 year ago)
- Last Synced: 2025-01-06T01:25:15.795Z (5 months ago)
- Topics: c, game-development, sdl2, tetris
- Language: C
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris using SDL2
## Running instruction
```sh
# create build directory
mkdir build# compile the project
make# run
./build/tetris
```## Looks


## Dependencies
- [SDL2](https://www.libsdl.org/)
- [SDL2_image](https://github.com/libsdl-org/SDL_image)
- [SDL2_ttf](https://github.com/libsdl-org/SDL_ttf)
- [SDL2_mixer](https://github.com/libsdl-org/SDL_mixer)## Credits
- Music: [pixabay.com](https://pixabay.com/)
- Fonts: [fontspace.com](https://www.fontspace.com/)