add diagrams

This commit is contained in:
2025-07-02 17:43:28 +02:00
parent 7b5801e630
commit b276213794
2 changed files with 6 additions and 5 deletions

9
.gitignore vendored
View File

@@ -8,10 +8,11 @@ build/
# VSCode
.vscode/
# personnal documentation
doc/*.txt
doc/diagrams/*.violet.html
doc/mockups/*
# documentation
doc/
!doc/*.md
!doc/diagrams/*.png
!doc/readme/*
# data files
data/pieces/*.bin

View File

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