Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sriramshiyam/tetrissfml
https://github.com/sriramshiyam/tetrissfml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sriramshiyam/tetrissfml
- Owner: sriramshiyam
- Created: 2024-01-18T09:31:58.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:09:36.000Z (9 months ago)
- Last Synced: 2024-04-10T05:36:59.478Z (9 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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