mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
fix: CI/CD
This commit is contained in:
parent
f170000db1
commit
3d925fd4ce
4
.github/workflows/typst.yml
vendored
4
.github/workflows/typst.yml
vendored
@ -41,5 +41,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: "${{ github.ref_name }} — ${{ env.DATE }}"
|
name: "${{ github.ref_name }} — ${{ env.DATE }}"
|
||||||
files: |
|
files: |
|
||||||
kval_darbs_kristians_cagulis_kc22015.pdf
|
Cagulis_Kristians.Francis_kc22015.pdf
|
||||||
documentary_page.pdf
|
reg_lapa_Cagulis_Kristians.Francis_kc22015.pdf
|
||||||
|
|||||||
@ -168,15 +168,11 @@
|
|||||||
|
|
||||||
== 1. Līmeņa DPD
|
== 1. Līmeņa DPD
|
||||||
|
|
||||||
#figure(
|
#figure(image("assets/images/diagrams/dpd1.png"))
|
||||||
image("assets/images/diagrams/dpd1.png"),
|
|
||||||
)
|
|
||||||
|
|
||||||
== Stāva modulis
|
== Stāva modulis
|
||||||
|
|
||||||
#figure(
|
#figure(image("assets/images/diagrams/floor.png", width: 50%))
|
||||||
image("assets/images/diagrams/floor.png", width: 50%),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
= Hexlab bibliotēka
|
= Hexlab bibliotēka
|
||||||
@ -191,12 +187,8 @@
|
|||||||
== Labirinta ģenerēšanas funkcijas projektējums
|
== Labirinta ģenerēšanas funkcijas projektējums
|
||||||
#grid(
|
#grid(
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
figure(
|
figure(image("assets/images/diagrams/maze-gen.png")),
|
||||||
image("assets/images/diagrams/maze-gen.png"),
|
figure(image("assets/images/diagrams/recursive.png")),
|
||||||
),
|
|
||||||
figure(
|
|
||||||
image("assets/images/diagrams/recursive.png"),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
== Ģenerēšanas algoritms
|
== Ģenerēšanas algoritms
|
||||||
@ -211,46 +203,30 @@
|
|||||||
|
|
||||||
#grid(
|
#grid(
|
||||||
columns: 2,
|
columns: 2,
|
||||||
figure(
|
figure(image("assets/images/game/tile-spreadout.png", height: 100%)),
|
||||||
image("assets/images/game/tile-spreadout.png", height: 100%),
|
figure(image("assets/images/game/tile.png", height: 100%)),
|
||||||
),
|
|
||||||
figure(
|
|
||||||
image("assets/images/game/tile.png", height: 100%),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#figure(
|
#figure(image("assets/images/game/grid.png", height: 100%))
|
||||||
image("assets/images/game/grid.png", height: 100%),
|
|
||||||
)
|
|
||||||
|
|
||||||
= Saskarne
|
= Saskarne
|
||||||
#pagebreak()
|
#pagebreak()
|
||||||
|
|
||||||
#grid(
|
#grid(
|
||||||
columns: 2,
|
columns: 2,
|
||||||
figure(
|
figure(image("assets/images/game/main-menu.png")),
|
||||||
image("assets/images/game/main-menu.png"),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#figure(
|
#figure(image("assets/videos/game/maze-game.gif"))
|
||||||
image("assets/videos/game/maze-game.gif"),
|
|
||||||
)
|
|
||||||
|
|
||||||
#grid(
|
#grid(
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
figure(
|
figure(image("assets/images/game/debug.png")),
|
||||||
image("assets/images/game/debug.png"),
|
figure(image("assets/images/game/dev-tools.png")),
|
||||||
),
|
|
||||||
figure(
|
|
||||||
image("assets/images/game/dev-tools.png"),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#figure(
|
#figure(image("assets/videos/game/big-maze.gif"))
|
||||||
image("assets/videos/game/big-maze.gif"),
|
|
||||||
)
|
|
||||||
|
|
||||||
= Secinājumi
|
= Secinājumi
|
||||||
== Rezultāti
|
== Rezultāti
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user