diff --git a/README.md b/README.md index 52f8a0e..ecf2159 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # septadrop -A Tetris clone made in C++ and [SFML](https://www.sfml-dev.org/). +![screenshot](screenshot.png) -For build instructions, see the [build folder](build). \ No newline at end of file +A block game made in C++ and [SFML](https://www.sfml-dev.org/). + +For build instructions, see the [build folder](build). + +### Acknowledgements + +- Graphics are using the [Lost Century 24 Palette](https://lospec.com/palette-list/lost-century-24) by CalmRadish, and are made with the wonderful sprite and pixel art editor [Aseprite](https://github.com/aseprite/aseprite/). +- Text is using [Boxy Bold Font](https://opengameart.org/content/boxy-bold-font) by Clint Bellanger, CC0 +- Sound effects are made using [jsfxr](https://github.com/chr15m/jsfxr) by Eric Fredricksen, a JavaScript port of DrPetter's [sfxr](http://www.drpetter.se/project_sfxr.html). +- and last but not least to my friend [CarlyRaeJepsenStan](https://github.com/CarlyRaeJepsenStan) for feedback and playtesting. \ No newline at end of file diff --git a/build/README.md b/build/README.md index 8f6be0b..7f492cf 100644 --- a/build/README.md +++ b/build/README.md @@ -15,6 +15,15 @@ To compile and run: ``` To run: -``` +```SH ./septadrop ``` + +## Packaging + +### Debian + +To package: +```SH +./debian.sh +``` \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..9faf0e8 Binary files /dev/null and b/screenshot.png differ