Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srijanmukherjee/tetris
Tetris using SDL2 in C
https://github.com/srijanmukherjee/tetris
c game-development sdl2 tetris
Last synced: 9 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:51:42.000Z (9 months ago)
- Last Synced: 2024-03-07T18:39:18.872Z (9 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
![Home screen](screenshots/home.png)
![Play screen](screenshots/play.png)
![Game over screen](screenshots/game_over.png)## 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/)