stavefejl
This commit is contained in:
parent
010ba323c6
commit
b1e346b0bd
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div lang="da-dk">
|
||||
<article>
|
||||
<b>Redskaber til planlægning af spilkarater</b>
|
||||
<b>Redskaber til planlægning af spilkarakterer</b>
|
||||
<span style="display: flex; justify-content: flex-end; gap: 0.5rem">
|
||||
<a href="https://erdtree.palmoe.dk">projekt</a>
|
||||
<a href="https://git.palmoe.dk/vodofrede/erdtree">kildekode</a>
|
||||
|
@ -66,7 +66,7 @@
|
|||
</span>
|
||||
<p>
|
||||
Mange opgaver i det årlige
|
||||
<a href="adventofcode.com">Advent of Code</a>
|
||||
<a href="https://adventofcode.com">Advent of Code</a>
|
||||
event består af at parse noget data og transfomere det til en ønsket output. Denne crate
|
||||
består af en rudimentær parser som kan transformere sit output til specifikke datatyper.
|
||||
Dette gør det nemt at parse input med kun ét macro-kald, hvilket simplificerer mine
|
||||
|
@ -113,14 +113,14 @@
|
|||
|
||||
<div lang="en-gb">
|
||||
<article>
|
||||
<b>Tools for planning game charaters</b>
|
||||
<b>Tools for planning game characters</b>
|
||||
<span style="display: flex; justify-content: flex-end; gap: 0.5rem">
|
||||
<a href="https://erdtree.palmoe.dk">project</a>
|
||||
<a href="https://git.palmoe.dk/vodofrede/erdtree">source</a>
|
||||
</span>
|
||||
<p>
|
||||
This project makes use of fundamental web technologies such as HTML, CSS and JavaScript. The
|
||||
lack of good buld planning tools for the game Elden Ring made me embark on this project,
|
||||
lack of good build planning tools for the game Elden Ring made me embark on this project,
|
||||
which consists of simple calculators for characters statistics, armor efficiency and weapon
|
||||
damage. Beyond the simple calculations, this project also entailed extracting the item
|
||||
values from the game files. This was done using Python, and the resulting values were
|
||||
|
|
Loading…
Reference in a new issue