A block game made in Rust and SFML.
Find a file
2022-03-13 13:09:10 -07:00
build Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2022-03-13 12:24:01 -07:00
include Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2022-03-13 12:24:01 -07:00
res Add border to playfield to increase contrast 2022-03-13 11:59:52 -07:00
src Fix bug where level 0 uses previous game's update_interval 2022-03-13 12:59:55 -07:00
.gitignore Export CMake compile commands for clangd 2022-03-09 11:57:33 -08:00
CMakeLists.txt Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2022-03-13 12:24:01 -07:00
LICENSE Initial commit 2022-03-03 17:00:44 -08:00
README.md Update README.md files 2022-03-11 15:08:39 -08:00
screenshot.png Update screenshot 2022-03-13 13:09:10 -07:00

septadrop

screenshot

A block game made in C++ and SFML.

For build instructions, see the build folder.

Acknowledgements

  • Graphics are using the Lost Century 24 Palette by CalmRadish, and are made with the wonderful sprite and pixel art editor Aseprite.
  • Text is using Boxy Bold Font by Clint Bellanger, CC0
  • Sound effects are made using jsfxr by Eric Fredricksen, a JavaScript port of DrPetter's sfxr.
  • and last but not least to my friend CarlyRaeJepsenStan for feedback and playtesting.