A block game made in Rust and SFML.
Find a file
2022-03-20 22:04:42 -07:00
build Add Windows building 2022-03-20 14:26:37 -07:00
res Add border to playfield to increase contrast 2022-03-13 11:59:52 -07:00
src Add window resizing 2022-03-20 22:04:42 -07:00
.gitignore set up Rust project, delete C++ files 2022-03-17 11:35:29 -07:00
build.rs Add .exe icon 2022-03-20 21:07:08 -07:00
Cargo.lock Add .exe icon 2022-03-20 21:07:08 -07:00
Cargo.toml Add .exe icon 2022-03-20 21:07:08 -07:00
LICENSE Initial commit 2022-03-03 17:00:44 -08:00
README.md set up Rust project, delete C++ files 2022-03-17 11:35:29 -07:00
screenshot.png Update screenshot 2022-03-13 13:09:10 -07:00
septadrop.ico Add .exe icon 2022-03-20 21:07:08 -07:00

septadrop

screenshot

A block game made in Rust and SFML.

For packaging 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.