Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)