add diagrams
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -8,10 +8,11 @@ build/
|
|||||||
# VSCode
|
# VSCode
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# personnal documentation
|
# documentation
|
||||||
doc/*.txt
|
doc/
|
||||||
doc/diagrams/*.violet.html
|
!doc/*.md
|
||||||
doc/mockups/*
|
!doc/diagrams/*.png
|
||||||
|
!doc/readme/*
|
||||||
|
|
||||||
# data files
|
# data files
|
||||||
data/pieces/*.bin
|
data/pieces/*.bin
|
||||||
|
|||||||
@@ -137,4 +137,4 @@ Inspired by other modern stacker games such as Techmino, jstris, tetr.io, etc.
|
|||||||
This game isn't affiliated with any of them.
|
This game isn't affiliated with any of them.
|
||||||
|
|
||||||
Special thanks to my friend [Simon](https://git.ale-pri.com/Persson-dev) who did most of the outside stuff (github actions, files compression, asset manager, xmake).
|
Special thanks to my friend [Simon](https://git.ale-pri.com/Persson-dev) who did most of the outside stuff (github actions, files compression, asset manager, xmake).
|
||||||
All the code in src/Common and src/Utils comes from him.
|
All the code in src/Common/, src/Utils/ and xmake/ comes from him.
|
||||||
|
|||||||
Reference in New Issue
Block a user