A block game made in Rust and SFML.
Find a file
2022-03-09 12:00:17 -08:00
build Update compile and run instructions 2022-03-09 12:00:17 -08:00
res Add thousands comma, prevent tiles and blocks counters from counting on reset 2022-03-07 20:18:08 -08:00
src Improve horizontal movement 2022-03-09 10:33:33 -08:00
.gitignore Export CMake compile commands for clangd 2022-03-09 11:57:33 -08:00
CMakeLists.txt Upgrade to C++20 2022-03-09 11:58:43 -08:00
LICENSE Initial commit 2022-03-03 17:00:44 -08:00
README.md Add scorekeeping 2022-03-06 09:53:26 -08:00

elnutris

A Tetris clone made in C++ and SFML.

For build instructions, see the build folder.