Skip to content

Commit

Permalink
Add more CYOAs to the default list ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Jul 3, 2024
1 parent 181bb23 commit 858abd7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,34 @@
<h5>Default Files</h5>
<ul class="list-group mb-3">
<li class="list-group-item">
<a
href="#"
data-fileurl="https://raw.githubusercontent.com/ltouroumov/worm-cyoa-v6-fork/master/extract-v6.0.json"
@click.prevent="loadRemoteFile"
>
Worm V6.0 (Pixel's Version)
</a>
<a
href="#"
data-fileurl="https://raw.githubusercontent.com/ltouroumov/worm-cyoa-v6-fork/master/extract-v6.1.json"
@click.prevent="loadRemoteFile"
>
Worm V6.1 (Pixel's Version)
</a>
<a
href="#"
data-fileurl="https://raw.githubusercontent.com/ltouroumov/worm-cyoa-v6-fork/master/project-v17.json"
@click.prevent="loadRemoteFile"
>
Worm V6 (Lt's Fork)
</a>
<a
href="#"
data-fileurl="https://raw.githubusercontent.com/ltouroumov/pathfinder-cyoa/main/project-v0.json"
@click.prevent="loadRemoteFile"
>
Pathfinder CYOA (WIP by Lt Ouroumov)
</a>
</li>
</ul>
<div
Expand Down

0 comments on commit 858abd7

Please sign in to comment.