21 lines
594 B
Markdown
21 lines
594 B
Markdown
|
---
|
||
|
title: Spaceship Adventure
|
||
|
date: 2021-08-19
|
||
|
tags:
|
||
|
- interactivefiction
|
||
|
- scifi
|
||
|
- indie
|
||
|
---
|
||
|
|
||
|
I made a little interactive fiction story! You can find it
|
||
|
[here](https://christine.website/static/stories/spaceship.html). This was
|
||
|
written as a result of a terrible idea I had after watching some QuakeCon
|
||
|
announcements.
|
||
|
|
||
|
I wonder if I can get away with using an `<iframe>` in 2021:
|
||
|
|
||
|
<iframe src="https://christine.website/static/stories/spaceship.html" width="100%" height=500></iframe>
|
||
|
|
||
|
This is adapted from [a twitter
|
||
|
thread](https://twitter.com/theprincessxena/status/1428479144699088903).
|