mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
55 lines
1.1 KiB
XML
55 lines
1.1 KiB
XML
#pagebreak()
|
|
#heading(
|
|
level: 1,
|
|
outlined: false,
|
|
numbering: none,
|
|
"Anotācija",
|
|
)
|
|
|
|
#lorem(100)
|
|
|
|
#par(
|
|
first-line-indent: 0cm,
|
|
[*Atslēgvārdi:*],
|
|
)
|
|
Labirints
|
|
datorspēle,
|
|
sistēmas prasības,
|
|
programmatūras prasību specifikācija,
|
|
Bevy,
|
|
ECS,
|
|
papilspējas.
|
|
|
|
|
|
#text(
|
|
hyphenate: auto,
|
|
lang: "en",
|
|
[
|
|
#pagebreak()
|
|
#heading(
|
|
level: 1,
|
|
outlined: false,
|
|
numbering: none,
|
|
"Abstract",
|
|
)
|
|
_"Maze Ascension" is a minimalist maze exploration game built using the Bevy
|
|
engine. The game features simple visuals with hexagonal tiles forming the maze
|
|
structure on a white background with black borders, and a stickman-style player
|
|
character. Players navigate through multiple levels of increasing difficulty,
|
|
progressing vertically as they climb up through levels. The game includes
|
|
power-ups and abilities hidden throughout the maze, and later introduces the
|
|
ability to move between levels freely._
|
|
#par(
|
|
first-line-indent: 0cm,
|
|
[*Keywords:*],
|
|
)
|
|
Maze,
|
|
comtuper game,
|
|
system requirements,
|
|
software requirements specification,
|
|
Bevy,
|
|
ECS,
|
|
power-ups.
|
|
],
|
|
)
|