Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sriramshiyam/tetrissfml


https://github.com/sriramshiyam/tetrissfml

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# TetrisSFML

### TetrisSFML is a classic Tetris game implemented in C++ using the SFML (Simple and Fast Multimedia Library).

>## TODO

- [x] grid lines
- [x] spawn color blocks
- [x] move blocks
- [x] detect collisions
- [x] lock blocks at bottom
- [x] render more shapes of blocks [example: J, T, L, I]
- [ ] rotate blocks
- [ ] clear a row
- [ ] audio
- [ ] game loop