Update README.md files
This commit is contained in:
parent
2f2369dbb2
commit
6215239745
3 changed files with 21 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,5 +1,14 @@
|
||||||
# septadrop
|
# septadrop
|
||||||
|
|
||||||
A Tetris clone made in C++ and [SFML](https://www.sfml-dev.org/).
|

|
||||||
|
|
||||||
|
A block game made in C++ and [SFML](https://www.sfml-dev.org/).
|
||||||
|
|
||||||
For build instructions, see the [build folder](build).
|
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:
|
To run:
|
||||||
```
|
```SH
|
||||||
./septadrop
|
./septadrop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Packaging
|
||||||
|
|
||||||
|
### Debian
|
||||||
|
|
||||||
|
To package:
|
||||||
|
```SH
|
||||||
|
./debian.sh
|
||||||
|
```
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Add table
Reference in a new issue