Skip to content

Commit

Permalink
fixed game times and added a few
Browse files Browse the repository at this point in the history
  • Loading branch information
akrossu committed Aug 17, 2024
1 parent ce4cdae commit 029ed8c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/routes/game-list/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,31 @@
<h2 class="mt-4">Playing</h2>
<div class="ps-4">
<p>Current: Elden Ring</p>
<p>secondary game: Stalker GAMMA</p>
<p>secondary: </p>
<p>backburner: Stalker GAMMA</p>
</div>

<h2 class="mt-4">Plan to play games</h2>
<h3>// Short and cute games ( 10 - 40 hours )</h3>
<h3>// Short and cute games ( &lt;10 hours )</h3>
<ul class="ps-4">
<li>&gt road 96</li>
<li>&gt a short hike</li>
<li>&gt stray</li>
<li>&gt fnaf: into the pit</li>
<li>&gt VLADiK BRUTAL</li>
<li>&gt the mortuary assistant</li>
</ul>
<h3>// medium length games ( 40+ hours )</h3>
<h3>// medium length games ( 10 - 40 hours )</h3>
<ul class="ps-4">
<li>&gt half-life alyx</li>
<li>&gt finaly fantasy 10</li>
<li>&gt still wakes the deep</li>
<li>&gt nine sols</li>
</ul>
<h3>// longggg games ( &lt 10 hours )</h3>
<h3>// longggg games ( &lt 40+ hours )</h3>
<ul class="ps-4">
<li>&gt cyberpunk</li>
<li>&gt read dead redemption 2</li>
<li>&gt persona series pfffffft</li>
</ul>

Expand Down

0 comments on commit 029ed8c

Please sign in to comment.