mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
#import "utils.typ": *
|
|
|
|
#codeblock(
|
|
[Labirinta būvētāja implementācijas piemērs],
|
|
"assets/code/hexlab/builder.rs",
|
|
)
|
|
#codeblock(
|
|
[Labirinta sienu reprezentācijas piemērs],
|
|
"assets/code/hexlab/walls.rs",
|
|
)
|
|
|
|
#codeblock(
|
|
[Labirinta stāvu implementācijas piemērs],
|
|
"assets/code/maze-ascension/floor.rs",
|
|
)
|
|
|
|
#codeblock(
|
|
[Labirinta ģenerācijas implementācijas piemērs],
|
|
"assets/code/maze-ascension/maze_generation.rs",
|
|
)
|