Update README.md files

cpp
Elnu 2 years ago
parent 2f2369dbb2
commit 6215239745

@ -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).
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.

@ -15,6 +15,15 @@ To compile and run:
```
To run:
```
```SH
./septadrop
```
## Packaging
### Debian
To package:
```SH
./debian.sh
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save