| <html> | |
| <head> | |
| <title>The Interactive Fiction Competition</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="color-scheme" content="light dark"> | |
| <link href="./css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="./css/ifcomp.css" rel="stylesheet"> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > | |
| <style type="text/css"> | |
| .error { | |
| color: #F11; | |
| } | |
| </style> | |
| <script type="text/javascript"> | |
| var dark_mode_toggle; | |
| var dark_mode_override; | |
| var dark_mode_preferred; | |
| window.addEventListener('load', () => { | |
| dark_mode_toggle = document.getElementById('dark_mode_toggle'); | |
| dark_mode_override = document.getElementById('dark_mode_override'); | |
| dark_mode_preferred = (window.matchMedia && | |
| window.matchMedia('(prefers-color-scheme: dark)').matches); | |
| if (dark_mode_toggle) { | |
| dark_mode_setup(); | |
| dark_mode_toggle.addEventListener('change', () => { | |
| toggle_dark_mode(); | |
| }); | |
| } | |
| window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => { | |
| dark_mode_preferred = e.matches; | |
| dark_mode_setup(); | |
| }); | |
| }); | |
| function update_ui(is_dark) { | |
| if (is_dark) { | |
| document.body.setAttribute('data-theme', 'dark'); | |
| if (dark_mode_override) { | |
| dark_mode_override.style.background = "#ddd"; | |
| dark_mode_override.innerHTML = " Light Mode "; | |
| } | |
| document.body.style.backgroundColor = "#111"; | |
| } else { | |
| document.body.removeAttribute('data-theme'); | |
| if (dark_mode_override) { | |
| dark_mode_override.style.background = ''; | |
| dark_mode_override.innerHTML = " Dark Mode "; | |
| } | |
| document.body.style.backgroundColor = ""; | |
| } | |
| } | |
| function dark_mode_setup() { | |
| let wants_dark = localStorage.getItem('dark_mode') !== null && | |
| localStorage.getItem('dark_mode') === 'override'; | |
| if (dark_mode_toggle) { | |
| dark_mode_toggle.checked = wants_dark; | |
| } | |
| update_ui(dark_mode_preferred || wants_dark); | |
| } | |
| function toggle_dark_mode() { | |
| let do_dark = (dark_mode_preferred && !dark_mode_toggle.checked) || | |
| (!dark_mode_preferred && dark_mode_toggle.checked); | |
| update_ui(do_dark); | |
| if (dark_mode_preferred == do_dark) { | |
| localStorage.removeItem('dark_mode'); | |
| // Set the cookie to be expired immediately | |
| document.cookie = 'parchment_theme=light; max-age=0; path=/; domain=' + document.location.hostname; | |
| } else { | |
| localStorage.setItem('dark_mode', 'override'); | |
| // Set the parchment_theme cookie on all subdomains for 400 days | |
| document.cookie = 'parchment_theme=dark; max-age=34560000; path=/; domain=' + document.location.hostname; | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| <script> | |
| (function() { | |
| if ((window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) || | |
| localStorage.getItem('dark_mode') === 'override') { | |
| document.body.setAttribute('data-theme', 'dark'); | |
| } | |
| })(); | |
| </script> | |
| <div class="container"> | |
| <div class="jumbotron"> | |
| <h1 style="text-align:center;">The Games of the 2022 IFComp</h1> | |
| </div> | |
| <div class="page-header"> | |
| <h1>Welcome</h1> | |
| </div> | |
| <p>This document lists all the entries of the 2022 Annual Interactive | |
| Fiction Competition, with their cover art, blurbs, and other author-supplied | |
| information exactly as they stood when the competition opened for public | |
| judging on October 1, 2022.</p> | |
| <p><strong>To play the games</strong>, please find and explore the folder labeled "Games" that accompanied this document. It contains a complete collection of all the listed work. <a href="http://ifarchive.org/indexes/if-archiveXgamesXcompetition2022.html">You can always download a fresh copy of this collection from the IF Archive website</a>.</p> | |
| <p>The <a href="http://ifcomp.org/comp/2022">online version of this page</a> features controls and links that can help you download and play these games individually.</p> | |
| <p>You may also wish to read <a href="index.html">some further notes about the 2022 IFComp</a>, including a list of the volunteers who helped make it possible, and advice for playing the different kinds of games found among the entries.</p> | |
| <div class="page-header"> | |
| <h1>The games</h1> | |
| </div> | |
| <div class="well" id="entry-2653"> | |
| <h2> | |
| 4 Edith + 2 Niki | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2653" alt="Cover art for 4 Edith + 2 Niki" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://interactivefiction.eu">fishandbeer</a> | |
| <a href="http://twitter.com/roboman78"><img src="./images/twitter.svg" class="author-link" alt="@roboman78" /></a> | |
| <a href="mailto:robi781030@gmail.com"><img src="./images/email.svg" class="author-link" alt="robi781030@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| How to renew an old story? Put some new circumstances into the game. An old dating sim of mine, made for Twiny Jam is completed with a few new details. | |
| </p> | |
| <p><em> | |
| Dating sim • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2719"> | |
| <h2> | |
| The Absence of Miriam Lane | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2719" alt="Cover art for The Absence of Miriam Lane" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://abigailcorfman.com/">Abigail Corfman</a> | |
| </strong></p> | |
| <p> | |
| Sometimes people give pieces of themselves away. | |
| </p> | |
| <p> | |
| Sometimes they give too much and who they are wears thin. | |
| </p> | |
| <p> | |
| They become an absence. A hole in the world. | |
| </p> | |
| <p> | |
| And a terrible Light shines through. | |
| </p> | |
| <p><strong>Content warning:</strong> Loss, Nihilism, Self-harm (mild), Eating disorder (implied)</p> | |
| <p><em> | |
| Eldritch Mystery • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2609"> | |
| <h2> | |
| According to Cain | |
| <br /><small>An inquiry</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2609" alt="Cover art for According to Cain" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Kawanabe Kyōsai</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://j-nelson.net">Jim Nelson</a> | |
| <a href="http://twitter.com/_jimnelson_"><img src="./images/twitter.svg" class="author-link" alt="@_jimnelson_" /></a> | |
| </strong></p> | |
| <p> | |
| Two brothers. | |
| </p> | |
| <p> | |
| One murder. | |
| </p> | |
| <p> | |
| And a mystery as old as mankind. | |
| </p> | |
| <p><em> | |
| Religious fantasy • | |
| Two hours • | |
| Parser-based • | |
| TADS | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2634"> | |
| <h2> | |
| Admiration Point | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2634" alt="Cover art for Admiration Point" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Rachel Helps</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://rwelean.itch.io/">Rachel Helps</a> | |
| <a href="http://twitter.com/rachel_helps"><img src="./images/twitter.svg" class="author-link" alt="@rachel_helps" /></a> | |
| <a href="mailto:rwelean@yahoo.com"><img src="./images/email.svg" class="author-link" alt="rwelean@yahoo.com" /></a> | |
| </strong></p> | |
| <p> | |
| You work as a virtual exhibit artist at a digital culture museum. There is a glimmer of attraction to your co-worker. You are married and Mormon. | |
| </p> | |
| <p><em> | |
| Anti-romance • | |
| An hour and a half • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2675"> | |
| <h2> | |
| The Alchemist | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2675" alt="Cover art for The Alchemist" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Older Timer | |
| <a href="mailto:jimmacbrayne@protonmail.com"><img src="./images/email.svg" class="author-link" alt="jimmacbrayne@protonmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Ezekiel Throgmeister, commonly referred to by the villagers as The Alchemist, has left you in charge of his currently-running experiment while he attends to other pressing business. Can you succeed in completing his task? | |
| </p> | |
| <p> | |
| The Alchemist is a large text-only interactive fiction fantasy game, very much in the 'old-school' style. It was written from the ground up for the PC using qBasic64, and has a comprehensive and powerful parser. Included in the game are detailed HELP instructions. | |
| </p> | |
| <p> | |
| Also included are in-game hints, accessed by the command HINT. | |
| </p> | |
| <p><em> | |
| Fantasy Adventure • | |
| Longer than two hours • | |
| Parser-based • | |
| Windows executable | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2636"> | |
| <h2> | |
| An Alien's Mistaken Impressions of Humanity's Pockets | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| Andrew Howe | |
| </strong></p> | |
| <p> | |
| </p> | |
| <p><em> | |
| Comedy • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2696"> | |
| <h2> | |
| Am I My Brother's Keeper? | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2696" alt="Cover art for Am I My Brother's Keeper?" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> @josiecfig</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://nadine-rodriguez.com/">Nadine Rodriguez</a> | |
| <a href="http://twitter.com/nrodri_"><img src="./images/twitter.svg" class="author-link" alt="@nrodri_" /></a> | |
| <a href="mailto:nadine.rodriguez001@gmail.com"><img src="./images/email.svg" class="author-link" alt="nadine.rodriguez001@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Your sister is missing, and the answers lie within your dreams. | |
| </p> | |
| <p> | |
| You just hope you can find her at the end of this all. | |
| </p> | |
| <p><strong>Content warning:</strong> Drinking. Potential death. Potential drowning mention. Gun mention.</p> | |
| <p><em> | |
| Horror, Dreamy, Modern • | |
| Half an hour • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2620"> | |
| <h2> | |
| Approaching Horde! | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2620" alt="Cover art for Approaching Horde!" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| CRAIG RUDDELL | |
| </strong></p> | |
| <p> | |
| It's officially hit the fan! Cause, unknown. There's no time to worry about that now anyways...there's a zombie horde approaching! Your job...gather as many survivors as you can and hold out for as long as possible. You'd be the hero if you can find a cure, but digging an escape tunnel might be a good insurance policy. | |
| </p> | |
| <p><em> | |
| Zombie • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2581"> | |
| <h2> | |
| Arborea | |
| <br /><small>A traditional parser-based adventure with an arboreal/ecological theme</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2581" alt="Cover art for Arborea" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> www.critical-hit.biz</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| richard develyn | |
| <a href="mailto:richard.develyn@gmail.com"><img src="./images/email.svg" class="author-link" alt="richard.develyn@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| 'The tree which moves some to tears of joy is in the eyes of others only a green thing that stands in the way. Some see nature all ridicule and deformity... and some scarce see nature at all. But to the eyes of the man of imagination, nature is imagination itself.' William Blake. | |
| </p> | |
| <p><em> | |
| Historical/Fantasy/SF • | |
| Longer than two hours • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2622"> | |
| <h2> | |
| The Archivist and the Revolution | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2622" alt="Cover art for The Archivist and the Revolution" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://red-autumn.itch.io/">Autumn Chen</a> | |
| <a href="http://twitter.com/RedAutumn666"><img src="./images/twitter.svg" class="author-link" alt="@RedAutumn666" /></a> | |
| <a href="mailto:cchen.intfic@gmail.com"><img src="./images/email.svg" class="author-link" alt="cchen.intfic@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| The world is ending, and you are still paying rent. | |
| </p> | |
| <p><strong>Content warning:</strong> optional sexual content (non-explicit), illness, death, transphobia, homophobia</p> | |
| <p><em> | |
| Post-post-apocalyptic life sim • | |
| One hour • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2650"> | |
| <h2> | |
| Blood Island | |
| <br /><small>A Slasher Dating Sim</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2650" alt="Cover art for Blood Island" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://www.billykrolick.com">Billy Krolick</a> | |
| <a href="http://twitter.com/williamkrolick"><img src="./images/twitter.svg" class="author-link" alt="@williamkrolick" /></a> | |
| <a href="mailto:wkrolick@gmail.com"><img src="./images/email.svg" class="author-link" alt="wkrolick@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Become the Final Girl or Guy (or anything in between) of your dreams on Blood Island. | |
| </p> | |
| <p> | |
| You're a new contestant on the hit reality dating show Passion in Paradise, where you can be who you want and date who you want. There's only one problem. Shortly after the season starts, you discover there's an uninvited guest on the island: a killer who stalks you and the others in a plastic Barbie mask. Who will live and who will die? That's up to you and the choices you make. Will you play the role of traditional Final "Girl" or show us something new entirely? | |
| </p> | |
| <p><em> | |
| Horror, Dating Simulator, Thriller • | |
| Two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2612"> | |
| <h2> | |
| Campus Invaders | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2612" alt="Cover art for Campus Invaders" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://www.marcovallarino.it">Marco Vallarino</a> | |
| <a href="http://twitter.com/marcovallarino"><img src="./images/twitter.svg" class="author-link" alt="@marcovallarino" /></a> | |
| </strong></p> | |
| <p> | |
| For some time you have been waiting for the open day of the Vigamus Academy to visit the building that also hosts the game design course taught by Professor Mark M. Etal. | |
| </p> | |
| <p> | |
| Just arrived, however, you saw a great shape in motion obscuring the sky: an alien spaceship! | |
| </p> | |
| <p> | |
| Extraterrestrials have started pouring in by the thousands on the streets of the city, spreading panic. | |
| </p> | |
| <p><em> | |
| Sci-fi comedy • | |
| Half an hour • | |
| Parser-based • | |
| Z-code | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2638"> | |
| <h2> | |
| Cannelé & Nomnom - Defective Agency | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2638" alt="Cover art for Cannelé & Nomnom - Defective Agency" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Arisae (@arisae_art on Twitter)</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Younès R. & Yazaleea | |
| <a href="mailto:yrabii.eggs@gmail.com"><img src="./images/email.svg" class="author-link" alt="yrabii.eggs@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Set foot in Falaisant, an enigmatic city full of magic and mysteries. You are an amnesiac individual who, in a desperate attempt to find out who you are, hires the only agency willing to take the case. There's only one issue: they are catastrophic. | |
| </p> | |
| <p> | |
| Follow Cannelé and Nomnom, a duo of disastrous detectives on their chaotic investigation to solve those three mysteries: 1. Who are you? 2. What's your magical ability? And 3. Who erased your memories? | |
| </p> | |
| <p><strong>Content warning:</strong> Slight gun violence, slight fantasy fictive drug use</p> | |
| <p><em> | |
| Mystery, fantasy, comedy • | |
| Two hours • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2684"> | |
| <h2> | |
| CHASE THE SUN | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2684" alt="Cover art for CHASE THE SUN" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Fragile Design Co.</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://frankiekavakichwriting.journoportfolio.com/">Frankie Kavakich</a> | |
| <a href="http://twitter.com/brankiee"><img src="./images/twitter.svg" class="author-link" alt="@brankiee" /></a> | |
| <a href="mailto:frankiekavakichwriting@gmail.com"><img src="./images/email.svg" class="author-link" alt="frankiekavakichwriting@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| It's the end of the world and everyone's handling it in their own way. | |
| </p> | |
| <p> | |
| CHASE THE SUN is a game about running, family, and death. It features topics that may be considered surreal, unsettling, or upsetting to some. | |
| </p> | |
| <p><em> | |
| Slice of life, surreal, apocalyptic • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2674"> | |
| <h2> | |
| A Chinese Room | |
| <br /><small>A sociological horror story</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2674" alt="Cover art for A Chinese Room" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Milo van Mesdag | |
| <a href="http://twitter.com/MiloMesdag"><img src="./images/twitter.svg" class="author-link" alt="@MiloMesdag" /></a> | |
| <a href="mailto:m.mesdagwriter@gmail.com"><img src="./images/email.svg" class="author-link" alt="m.mesdagwriter@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| A one or two reader experience, A Chinese Room is one story in two. A story of power, control, inhumanity, and love. | |
| </p> | |
| <p><strong>Content warning:</strong> Content warning in game.</p> | |
| <p><em> | |
| Societal horror, political, romance. • | |
| Longer than two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2628"> | |
| <h2> | |
| The Counsel in The Cave | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2628" alt="Cover art for The Counsel in The Cave" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://www.joshuafratis.com/counsel.html">Josh</a> | |
| <a href="http://twitter.com/FratisJosh"><img src="./images/twitter.svg" class="author-link" alt="@FratisJosh" /></a> | |
| <a href="mailto:frajosk@gmail.com"><img src="./images/email.svg" class="author-link" alt="frajosk@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Graduate. Become lost. Imagine what's possible. | |
| </p> | |
| <p><em> | |
| Magical Realism • | |
| One hour • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2585"> | |
| <h2> | |
| Crash | |
| <br /><small>A routine maintenance job becomes a harrowing mission in deep space!</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2585" alt="Cover art for Crash" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Tom Wham</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://rileypb.com">Phil Riley</a> | |
| <a href="http://twitter.com/rileypb"><img src="./images/twitter.svg" class="author-link" alt="@rileypb" /></a> | |
| <a href="mailto:rileypb@gmail.com"><img src="./images/email.svg" class="author-link" alt="rileypb@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Space Station Omicron-5 in the Deneb system is the biggest Space Authority outpost for many light years. You have the honor of being a member of the Repair Corps, repairing appliances and the like on Space Marine vessels that dock at the station. | |
| </p> | |
| <p> | |
| Today you have what looks a routine mission. That is, until disaster strikes. Then it's all hands on deck (that's precisely two hands) to save the ship and yourself! | |
| </p> | |
| <p><em> | |
| Science fiction • | |
| Two hours • | |
| Parser-based • | |
| Glulx | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2613"> | |
| <h2> | |
| Death by Lightning | |
| <br /><small>A Key Paved Into the Road</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2613" alt="Cover art for Death by Lightning" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Chase Capener | |
| <a href="http://twitter.com/chasecapener"><img src="./images/twitter.svg" class="author-link" alt="@chasecapener" /></a> | |
| <a href="mailto:chasecapener@gmail.com"><img src="./images/email.svg" class="author-link" alt="chasecapener@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| A game that I used as a repository for writing my thoughts; made unconsciously. | |
| </p> | |
| <p> | |
| Press Z to continue or choose an option. | |
| </p> | |
| <p> | |
| The image is a pixelated version of http://www.refuges.info/photos_points/1584.jpeg | |
| </p> | |
| <p><strong>Content warning:</strong> Explicit sexual content and some violence, all purely on the level of text and not images.</p> | |
| <p><em> | |
| Experimental • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2742"> | |
| <h2> | |
| Elvish for Goodbye | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2742" alt="Cover art for Elvish for Goodbye" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> David Gürçay-Morris</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://daggermoor.com">David Gürçay-Morris</a> | |
| <a href="mailto:mssr.daggermoor@gmail.com"><img src="./images/email.svg" class="author-link" alt="mssr.daggermoor@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| "To think of 'living' there was to reduce the miraculous to the mundane; one does not 'live' at Xanadu." | |
| — Joan Didion, "Goodbye to All That" | |
| </p> | |
| <p> | |
| ---=+=--- | |
| </p> | |
| <p> | |
| The great elvish city of Wild Idyll disappeared when our grandparents were still young, and all of the elves along with it. We each know dozens of stories about this near-mythical place, and hundreds more about the near-immortals who built it; but who can say what is true about a place that barely exists in memory? | |
| </p> | |
| <p> | |
| Then I met the last person to have lived in Wild Idyll. | |
| </p> | |
| <p> | |
| ---=+=--- | |
| </p> | |
| <p> | |
| A choice-based story about telling stories, leaving cities, and cities leaving us. | |
| </p> | |
| <p><em> | |
| Fantasy with a dash of steampunk; slice of life • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2692"> | |
| <h2> | |
| Esther's | |
| <br /><small>A Brunch Story</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2692" alt="Cover art for Esther's" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Brad and Alleson Buchanan | |
| <a href="mailto:brad@bradleycbuchanan.com"><img src="./images/email.svg" class="author-link" alt="brad@bradleycbuchanan.com" /></a> | |
| </strong></p> | |
| <p> | |
| At Esther's cafe your adorable host / Served cheese to the mice when they wanted toast! / That won't bother Harold's robust appetite, / But Janie insists that the order's not right. | |
| </p> | |
| <p><em> | |
| Children's literature • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2643"> | |
| <h2> | |
| Glimmer | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2643" alt="Cover art for Glimmer" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Photo by Greg Rakozy</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Katie Benson | |
| </strong></p> | |
| <p> | |
| It's bleak out there. No one would blame you for turning away. | |
| </p> | |
| <p><em> | |
| Slice of life • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2695"> | |
| <h2> | |
| Graveyard Strolls | |
| <br /><small>A Walk With Ghosts</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2695" alt="Cover art for Graveyard Strolls" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://abrodkin.myportfolio.com/">Adina</a> | |
| </strong></p> | |
| <p> | |
| The sky is grey. The sun is setting. You’ve never been a believer in ghosts, but they still want to tell you all their secrets as you wander their graveyard. | |
| </p> | |
| <p> | |
| Become a ghost therapist as you explore a graveyard at night. | |
| </p> | |
| <p><strong>Content warning:</strong> Death, murder, blood, supernatural freaky occurrences, light body horror, mentions of abuse and child abuse.</p> | |
| <p><em> | |
| Horror • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2625"> | |
| <h2> | |
| The Grown-Up Detective Agency | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2625" alt="Cover art for The Grown-Up Detective Agency" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Beck Kubrick</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://bphennessy.com">Brendan Patrick Hennessy</a> | |
| <a href="http://twitter.com/bphennessy"><img src="./images/twitter.svg" class="author-link" alt="@bphennessy" /></a> | |
| <a href="mailto:brendan@bphennessy.com"><img src="./images/email.svg" class="author-link" alt="brendan@bphennessy.com" /></a> | |
| </strong></p> | |
| <p> | |
| The only thing Bell Park likes more than a mystery is solving it on her own. But when a time-traveling 12-year-old version of herself lands face-down on her rented co-working desk, she'll have no choice but to take the displaced kid detective along on her latest case. | |
| </p> | |
| <p> | |
| FOLLOW THE TRAIL of a missing heterosexual on the strange streets of Toronto! Investigate a QUIRKY CAST of drag kings, chicken wing enthusiasts, and women in elaborate cat make-up! Thrill in the PERVASIVE ENNUI of your early twenties! Struggle to remember where your preteen self was at with the whole BEING GAY THING! | |
| </p> | |
| <p> | |
| Will Adult Bell make peace with the figurative and literal ghosts of her past? Can Kid Bell navigate the uncanny world of the 2020s and find her way back home? How's the chicken in that creepy basement food court? These questions and more will be answered in THE GROWN-UP DETECTIVE AGENCY. | |
| </p> | |
| <p> | |
| From the author of BIRDLAND, KNOWN UNKNOWNS, and BOAT PROM. Featuring art by Beck Kubrick. | |
| </p> | |
| <p><em> | |
| Mystery • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2727"> | |
| <h2> | |
| Hanging by threads | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2727" alt="Cover art for Hanging by threads" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Carlos Pamies | |
| <a href="http://twitter.com/_Pamies96"><img src="./images/twitter.svg" class="author-link" alt="@_Pamies96" /></a> | |
| <a href="mailto:carlos.pamies9@gmail.com"><img src="./images/email.svg" class="author-link" alt="carlos.pamies9@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Discover Oban, the spider-web city. | |
| </p> | |
| <p><em> | |
| Adventure, Fantasy, Life • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2645"> | |
| <h2> | |
| Headlights | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2645" alt="Cover art for Headlights" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Jordan White | |
| </strong></p> | |
| <p> | |
| You’ve made some poor decisions and they’ve brought you to this place. The clock is ticking but you still have time. Time to make some better choices. Time to turn things around. Time to get on the right track. | |
| </p> | |
| <p> | |
| I know you’re probably feeling scared right now. That’s normal. But I want you to know that you have the strength to overcome this. I know you can do it. | |
| </p> | |
| <p> | |
| Just keep going. | |
| </p> | |
| <p><em> | |
| Mystery • | |
| One hour • | |
| Parser-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2702"> | |
| <h2> | |
| The Hidden King's Tomb | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| <a href="http://www.joshuafratis.com/counsel.html">Josh</a> | |
| <a href="http://twitter.com/FratisJosh"><img src="./images/twitter.svg" class="author-link" alt="@FratisJosh" /></a> | |
| <a href="mailto:frajosk@gmail.com"><img src="./images/email.svg" class="author-link" alt="frajosk@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Built beneath a lake dark and deep, The Hidden King’s Tomb was once well protected against would-be thieves. Between its only marked entrance was built a labyrinth of locked doors and false vaults. All ways were sealed, save one which remained for the king’s foretold return. | |
| </p> | |
| <p> | |
| But in the centuries since, a sinkhole has revealed a new route to his treasure. | |
| </p> | |
| <p> | |
| You and your adventuring partner have come to The Hidden King’s tomb like many before you, in search of fame and fortune. You stand over the sinkhole, planning your descent. | |
| </p> | |
| <p> | |
| But you’ve been tricked! Your former friend has pushed you from the precipice into The Hidden King’s Tomb, plotting to take the treasure for himself. Now you must escape the catacombs, or this tomb may become your own | |
| </p> | |
| <p><em> | |
| Adventure • | |
| Half an hour • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2690"> | |
| <h2> | |
| HOURS | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| aidanvoidout | |
| </strong></p> | |
| <p> | |
| Go on a short adventure to assassinate a tyrannical ruler, and maybe you'll learn something along the way. | |
| </p> | |
| <p><em> | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2711"> | |
| <h2> | |
| i wish you were dead. | |
| <br /><small>an introspection on love, relationships, regret, and how we heal a broken heart.</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2711" alt="Cover art for i wish you were dead." style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Sofía Abarca | |
| <a href="mailto:sofiavabarca@hotmail.com"><img src="./images/email.svg" class="author-link" alt="sofiavabarca@hotmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| you can’t take the burden of it anymore, no matter how strong your love is for her. but how do you tell the person you love that you can’t – or won’t – love them anymore? | |
| </p> | |
| <p> | |
| in between the lies, baggage, and still-open wounds, is she still worth fighting for? | |
| </p> | |
| <p> | |
| it's up to you to find out. | |
| </p> | |
| <p><em> | |
| Dialogue-based narrative, romance. • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2744"> | |
| <h2> | |
| INK | |
| <br /><small>After the death of someone important, a mysterious letter is found that changes everything.</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2744" alt="Cover art for INK" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Sangita V Nuli</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Sangita V Nuli | |
| <a href="mailto:sangitanuli7@gmail.com"><img src="./images/email.svg" class="author-link" alt="sangitanuli7@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| After the death of someone important, a mysterious letter is found that changes everything. | |
| </p> | |
| <p><strong>Content warning:</strong> Horror, Character Death, Body Horror, Implied Violence</p> | |
| <p><em> | |
| Gothic, Horror, Surrealist, Romance, Tragedy • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2598"> | |
| <h2> | |
| Inside | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2598" alt="Cover art for Inside" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Ira Vlasenko | |
| <a href="http://twitter.com/loonyloome"><img src="./images/twitter.svg" class="author-link" alt="@loonyloome" /></a> | |
| <a href="mailto:irinemlc@gmail.com"><img src="./images/email.svg" class="author-link" alt="irinemlc@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| We were sentenced to trial by ordeal. | |
| </p> | |
| <p> | |
| However, there is a way to survive. | |
| I taught you this incantation when I got into your head. Now it's time to take a deep breath and say it. Even I can't tell you what awaits us in the mind chambers, for every witch has a different path. | |
| </p> | |
| <p><em> | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2582"> | |
| <h2> | |
| Into The Sun | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2582" alt="Cover art for Into The Sun" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Dark Star | |
| <a href="mailto:darkstar@infodarkness.com"><img src="./images/email.svg" class="author-link" alt="darkstar@infodarkness.com" /></a> | |
| </strong></p> | |
| <p> | |
| Sitting on the cold side of Mercury, you've waited two months for space debris to drift through the system, caught in the sun's gravity well. Satellites make for great salvage, and you've earned enough before to scrap by, keeping the Kratos flying. But, this time, nothing so far. The radar is barren. You're running low on fuel, and repairs will be costly after being out here so long. | |
| </p> | |
| <p><em> | |
| Sci-Fi • | |
| One hour • | |
| Parser-based • | |
| Z-code | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2599"> | |
| <h2> | |
| January | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2599" alt="Cover art for January" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Addictivities</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://litrouke-works.tumblr.com/">litrouke</a> | |
| <a href="http://twitter.com/litrouke"><img src="./images/twitter.svg" class="author-link" alt="@litrouke" /></a> | |
| <a href="mailto:litrouke@gmail.com"><img src="./images/email.svg" class="author-link" alt="litrouke@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| A year in the life of a man after the end of the world. | |
| </p> | |
| <p> | |
| Dynamic fiction, story-based, heavy themes. | |
| </p> | |
| <p><strong>Content warning:</strong> Suicide, trauma, violence, gore, strong language</p> | |
| <p><em> | |
| Two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2681"> | |
| <h2> | |
| Jungle adventure | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2681" alt="Cover art for Jungle adventure" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Paul Barter | |
| </strong></p> | |
| <p> | |
| A rip roaring, immersive, intense and gripping text based adventure game with a generous serving of humour added at no additional cost. Escape from a dangerous jungle, confront and overcome badies, get through a deadly maze and collect points along the way. | |
| </p> | |
| <p> | |
| Each scene is described with ascii word art and generous explanations. Hints are available at all stages in the game. The ability to save a game's progress and also to view the character's inventory is also available. | |
| </p> | |
| <p><em> | |
| Fantasy • | |
| Longer than two hours • | |
| Parser-based • | |
| Windows executable | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2639"> | |
| <h2> | |
| The Last Christmas Present | |
| <br /><small>A scavenger hunt in words</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2639" alt="Cover art for The Last Christmas Present" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> JG Heithcock</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| JG Heithcock | |
| <a href="mailto:jgheithcock@gmail.com"><img src="./images/email.svg" class="author-link" alt="jgheithcock@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| "There was one present left under the Christmas tree, a wooden box with a tag that said 'I open at the close'" | |
| </p> | |
| <p> | |
| When my daughter turned thirteen, I made a scavenger hunt to her last Christmas present using a Marauder’s Map of our house. Use the map to find the clues and discover how to piece them together to find her present. | |
| </p> | |
| <p><em> | |
| Scavenger Hunt • | |
| An hour and a half • | |
| Parser-based • | |
| Glulx | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2626"> | |
| <h2> | |
| Lazy Wizard's Guide | |
| <br /><small>Lazy Wizard's Guide to Passing the Very Final and Super Difficult Magical Exam</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2626" alt="Cover art for Lazy Wizard's Guide" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Lenard Gunda | |
| <a href="http://twitter.com/Lenardg"><img src="./images/twitter.svg" class="author-link" alt="@Lenardg" /></a> | |
| </strong></p> | |
| <p> | |
| It is time to take the final exam in your magician studies. The only problem is, for all the years you have spent in this prestigious school of magic, you have been really lazy. Really, really, "you don't remember a single spell" lazy. As you enter the examination room, you wonder how on earth you are going to pass this one, and become a licensed wizard? | |
| Lazy Wizard's Guide is a parser based text adventure that runs in your browser. | |
| </p> | |
| <p><em> | |
| Fantasy • | |
| Two hours • | |
| Parser-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2655"> | |
| <h2> | |
| Let Them Eat Cake | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2655" alt="Cover art for Let Them Eat Cake" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Mell Davison</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://aliciamorote.wixsite.com/portfolio">Alicia Morote</a> | |
| <a href="http://twitter.com/aliciamorote_"><img src="./images/twitter.svg" class="author-link" alt="@aliciamorote_" /></a> | |
| </strong></p> | |
| <p> | |
| The small riverside town of Sangnoire holds a deep and dear tradition: the Saving Day Festival. Each year, the citizens gather and offer their best tributes to celebrate the town and its continued existence. It's a miracle how anything so small should survive. Your serendipitous arrival coincides with preparation, and comes with opportunity. In order to help you assimilate to your new surroundings, your mentor has tasked you with gathering the ingredients and making a cake for the festivities. How badly do you want to get to know you neighbours? | |
| </p> | |
| <p><strong>Content warning:</strong> implied murder, violence, implied animal abuse</p> | |
| <p><em> | |
| Horror, fantasy • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2596"> | |
| <h2> | |
| A Long Way to the Nearest Star | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2596" alt="Cover art for A Long Way to the Nearest Star" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| SV Linwood | |
| <a href="mailto:svlinwood@gmail.com"><img src="./images/email.svg" class="author-link" alt="svlinwood@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| A thief on the run from the galactic police finds refuge on an abandoned spaceship. A lonely ship AI finds unexpected company. | |
| </p> | |
| <p> | |
| Explore the ship, solve puzzles, uncover mysteries, and befriend an AI who probably isn't trying to kill you. | |
| </p> | |
| <p><em> | |
| Sci-fi • | |
| Two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2679"> | |
| <h2> | |
| Lost at the market | |
| <br /><small>An interactive fiction about lost oppurtunities</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2679" alt="Cover art for Lost at the market" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Nynym | |
| </strong></p> | |
| <p> | |
| On my boatride back to my hometown after a failed music career, my insomnia seems to have finally ended, yet the world I have woken up to seems so different than the one I know of, and it talks to me in it's distinct voice known only to me. | |
| </p> | |
| <p><em> | |
| Experimental • | |
| Half an hour • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2647"> | |
| <h2> | |
| Lost Coastlines | |
| <br /><small>a game of dreams and discovery by William Dooling</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2647" alt="Cover art for Lost Coastlines" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://ifwiki.org/index.php/William_Dooling">William Dooling</a> | |
| <a href="http://twitter.com/theodidactus"><img src="./images/twitter.svg" class="author-link" alt="@theodidactus" /></a> | |
| <a href="mailto:theodidactus@gmail.com"><img src="./images/email.svg" class="author-link" alt="theodidactus@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| > SHARE all your stories | |
| > RECORD all your secrets | |
| > ANSWER all your questions | |
| > RENOUNCE all your possessions | |
| > WAKE UP... | |
| </p> | |
| <p><strong>Content warning:</strong> Nightmares, Bedbugs, Clowns, and Spiders...Sadness, Madness, Fury, and Worry</p> | |
| <p><em> | |
| Open World Role-Playing Game • | |
| Longer than two hours • | |
| Parser-based • | |
| ADRIFT | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2611"> | |
| <h2> | |
| The Lottery Ticket | |
| <br /><small>A Stateful Narration™</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2611" alt="Cover art for The Lottery Ticket" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Dorian Passer, Anton Chekhov | |
| </strong></p> | |
| <p> | |
| A fool and his money will soon depart, but a fool and his thoughts will lose more than that! | |
| </p> | |
| <p> | |
| --- | |
| </p> | |
| <p> | |
| This is another study in stateful media with an emphasis on narration-based agency. To avoid breaking a reader’s suspension of disbelief, this work eschews story-based agency. | |
| </p> | |
| <p> | |
| What's this mean for you? An interactive fiction experience that is more "literary" and less "game" made by combining quintessential elements of parser-based, choice-based, chat-based, and templated-based works under a new theory of agency in stateful media. | |
| </p> | |
| <p> | |
| --- | |
| </p> | |
| <p><em> | |
| Study, narrational agency, literary, sci-fi • | |
| 15 minutes or less • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2616"> | |
| <h2> | |
| Low-Key Learny Jokey Journey | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2616" alt="Cover art for Low-Key Learny Jokey Journey" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://andrewschultz.itch.io">Andrew Schultz</a> | |
| <a href="http://twitter.com/anandrewschultz"><img src="./images/twitter.svg" class="author-link" alt="@anandrewschultz" /></a> | |
| <a href="mailto:blurglecruncheon@gmail.com"><img src="./images/email.svg" class="author-link" alt="blurglecruncheon@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| The Burning Bright Spurning Sprite had nothing better to do than dumping you here. Maybe they'll give you a backhanded compliment if you stumble through! | |
| </p> | |
| <p><em> | |
| Wordplay/comedy • | |
| An hour and a half • | |
| Parser-based • | |
| Z-code | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2743"> | |
| <h2> | |
| Lucid | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2743" alt="Cover art for Lucid" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Caliban's Revenge</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Caliban's Revenge | |
| <a href="mailto:redzillaru@gmail.com"><img src="./images/email.svg" class="author-link" alt="redzillaru@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| "The train stops at the rain slick station. | |
| The lights are going out on the platform. | |
| No one has ever seen the sky from here, but you can tell it's black outside. | |
| It will be black here too, very soon.” | |
| </p> | |
| <p> | |
| Lucid is a surreal adventure game in which the player explores a city at night, struggling to overcome bad memories and outrun the darkness. Break free from the nightmare, or stumble through the streets forever. | |
| </p> | |
| <p><strong>Content warning:</strong> Emotionaly intense, violence, trauma, cancer.</p> | |
| <p><em> | |
| Surreal Adventure/Exploration • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2697"> | |
| <h2> | |
| A Matter of Heist Urgency | |
| <br /><small>An Anastasia the Power Pony Adventure</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2697" alt="Cover art for A Matter of Heist Urgency" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| FLACRabbit | |
| </strong></p> | |
| <p> | |
| "CROWN JEWELS STOLEN!" scream the headlines of the Meighsalot newspapers. Anastasia the Power Pony is no ordinary horse, and she's not going to let the Smashy Llamas get away with their latest villainous plot... | |
| </p> | |
| <p> | |
| Enjoy a delightfully short action-comedy featuring quirky characters, a robust >HINT system, tropical hideouts, and intense fights with kung-fu llamas. | |
| </p> | |
| <p><em> | |
| Comedy Adventure • | |
| Half an hour • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2641"> | |
| <h2> | |
| No One Else Is Doing This | |
| <br /><small>a community organising simulator</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2641" alt="Cover art for No One Else Is Doing This" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://laurenodonoghue.itch.io">Lauren O'Donoghue</a> | |
| <a href="http://twitter.com/LHODonoghue"><img src="./images/twitter.svg" class="author-link" alt="@LHODonoghue" /></a> | |
| <a href="mailto:lhodonoghue@gmail.com"><img src="./images/email.svg" class="author-link" alt="lhodonoghue@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| You are a community organiser. This is your job, four nights out of five; you sell people hope on their doorsteps. | |
| </p> | |
| <p> | |
| But your passion for the work is waning, and you're struggling to hit your targets. Can you recruit enough members before the end of your shift? Or will your fallible human body get the better of you? | |
| </p> | |
| <p> | |
| A short workplace simulator about knocking doors, slacking off, and falling out of love with a movement. | |
| </p> | |
| <p><em> | |
| Workplace Simulator • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2694"> | |
| <h2> | |
| Nose Bleed | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2694" alt="Cover art for Nose Bleed" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://stanwixbuster.co.uk">Stanley W. Baxton</a> | |
| <a href="http://twitter.com/stanwixbuster"><img src="./images/twitter.svg" class="author-link" alt="@stanwixbuster" /></a> | |
| <a href="mailto:stanwixbuster@gmail.com"><img src="./images/email.svg" class="author-link" alt="stanwixbuster@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Please, stop embarassing us. | |
| </p> | |
| <p><strong>Content warning:</strong> Excessive bleeding, mild gore, social anxiety</p> | |
| <p><em> | |
| Horror • | |
| 15 minutes or less • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2648"> | |
| <h2> | |
| One Final Pitbull Song (at the End of the World) | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2648" alt="Cover art for One Final Pitbull Song (at the End of the World)" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Paige Morgan | |
| </strong></p> | |
| <p> | |
| "this is for you, a playlist for our adventures" | |
| </p> | |
| <p> | |
| Track Listing: | |
| 1. The Old World Has Ended - Evanescence | |
| 2. From the Ashes I Rise - Pitbull | |
| 3. Criminales Enamorados - Shakira | |
| 4. Hidin’ in Zona - Macklemore | |
| 5. p1r@t3pr0ph3tz - Skrillex feat. Deadmau5 | |
| 6. HEIST - Daddy Yankee | |
| 7. It All Goes Right (Alternately, It All Goes Wrong) - Fall Out Boy | |
| 8. How Can a Woman Choose? - Adele | |
| 9. Jailbirds - Rihanna feat. Jessie J | |
| 10. girls Like me - SOPHIE feat. Janelle Monáe | |
| 11. HoleDivers (Spelunking 4U) - David Guetta feat. T-Pain | |
| 12. Shake It! - Metro Station | |
| 13. LUV/FUK - LMFAO feat. Ke$ha | |
| 14. Getting Away With It (What She Don’t Know) - Snoop Dogg | |
| 15. I Went to Miami and I Didn’t Even Get a BBL - Cobra Starship | |
| 16. Gator $kin - Kreayshawn | |
| </p> | |
| <p><strong>Content warning:</strong> extreme violence, gore, and sexual themes</p> | |
| <p><em> | |
| Adventure, horror, romance, comedy • | |
| Two hours • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2670"> | |
| <h2> | |
| One Way Ticket | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2670" alt="Cover art for One Way Ticket" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Vitalii Blinov</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://blinovvi.blogspot.com">Vitalii Blinov</a> | |
| <a href="mailto:blinovvi.hyperbook@gmail.com"><img src="./images/email.svg" class="author-link" alt="blinovvi.hyperbook@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| I was heading for a new life and my train brought me here. Nice town: friendly people, corn cuisine, mysterious architecture... | |
| So why am I sure that I need to get out of here as fast as possible? | |
| </p> | |
| <p><em> | |
| Surrealism • | |
| Two hours • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2656"> | |
| <h2> | |
| The Only Possible Prom Dress | |
| <br /><small>Return to Stufftown (an interactive shopping emergency)</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2656" alt="Cover art for The Only Possible Prom Dress" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Jim Aikin | |
| <a href="mailto:midiguru23@sbcglobal.net"><img src="./images/email.svg" class="author-link" alt="midiguru23@sbcglobal.net" /></a> | |
| </strong></p> | |
| <p> | |
| Ten years ago you had to burgle every store in Stufftown to get your hands on the sought-after doll called Sugar Toes Ballerina so your 7-year-old daughter Samantha wouldn't be heartbroken on Christmas morning. ("Not Just an Ordinary Ballerina," 1999.) Sam is 17 now, and tonight is her senior prom -- but her little brother spilled black ink (accidentally? maybe...) on her prom dress! The clerk at the fashion boutique in Stufftown said on the phone they have the identical dress in the right size, but most of the stores have closed up early because there's a parade downtown. So now it's back to Stufftown to try to get your hands on the Only Possible Prom Dress. | |
| </p> | |
| <p> | |
| It's not going to be easy. "The Only Possible Prom Dress" is a parser-based puzzle-fest in the classic mode, packed with chatty characters and unlikely perplexities. For best results, the cross-platform QTads interpreter is strongly recommended. | |
| </p> | |
| <p><em> | |
| Fantasy • | |
| Longer than two hours • | |
| Parser-based • | |
| TADS | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2632"> | |
| <h2> | |
| The Pool | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2632" alt="Cover art for The Pool" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Jacob Reux | |
| </strong></p> | |
| <p> | |
| You work at a research institute that studies aquatic life. But you swear you just saw something strange in the water. | |
| </p> | |
| <p><strong>Content warning:</strong> There are scenes of violence and horror. As such this game contains material inappropriate for young children.</p> | |
| <p><em> | |
| Creature feature, disaster • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2732"> | |
| <h2> | |
| The Princess of Vestria | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| KPO | |
| <a href="mailto:kaypaulo@gmail.com"><img src="./images/email.svg" class="author-link" alt="kaypaulo@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| ‘Be brave, listen to the voice inside that guides you…’ | |
| </p> | |
| <p> | |
| When Princess Imelda’s seriously ill brother appears to her in a dream telling her she can save him, she sets out from the palace on a quest of danger and discovery that will be the making of a queen. | |
| </p> | |
| <p><em> | |
| Fantasy, adventure • | |
| An hour and a half • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2671"> | |
| <h2> | |
| Prism | |
| <br /><small>A Tale of Heterogenous Futures</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2671" alt="Cover art for Prism" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Me, regrettably</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://eliotmbhoward.com">Eliot M.B. Howard</a> | |
| <a href="http://twitter.com/firstlightwrite"><img src="./images/twitter.svg" class="author-link" alt="@firstlightwrite" /></a> | |
| </strong></p> | |
| <p> | |
| Born to a city of wonders beyond your reach, scarcity has always been a close friend. As a courier, the city’s human infrastructure, you scale its roofworks, evade its constables, risk death every day for others’ convenience — until opportunity crosses your path, and you’re allowed to discover what you believe beyond survival. | |
| </p> | |
| <p> | |
| Given a scrap of power, how do you reinvent yourself, your relationship to the city, its people? Will it allow you to maintain a companionship based on mutual struggle? | |
| </p> | |
| <p> | |
| And, beneath it all, from where do the canals in this desert flow? | |
| </p> | |
| <p> | |
| Notes: | |
| </p> | |
| <p> | |
| You'll likely want to play online rather than download. If you’d like to explore alternate endings, it is recommended that you save when you reach the Waterworks Hub. | |
| </p> | |
| <p> | |
| You’ll have to forgive me the grungy-90s-album-cover art. The intended artist was experiencing some life circumstances! | |
| </p> | |
| <p> | |
| And for your listening pleasure, here is a selection of sounds which kept me typing: | |
| https://open.spotify.com/playlist/0kUtdRfDPcGgf7QkKdqJqj?si=xCM49LqZSKmT2vgAJnFhLA | |
| </p> | |
| <p> | |
| The Signs of the Sojourner Soundtrack | |
| </p> | |
| <p> | |
| GoGo Penguin's A Humdrum Star | |
| </p> | |
| <p> | |
| Portico Quartet's Monument | |
| </p> | |
| <p> | |
| Ben Lukas Boysen's Mirage | |
| </p> | |
| <p> | |
| Deep gratitude to my playtesters! Credits included at Prism's end. | |
| </p> | |
| <p><strong>Content warning:</strong> Not suitable for all ages. Recommended 14 and up.</p> | |
| <p><em> | |
| Contemplative Industrial Fantasy • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2595"> | |
| <h2> | |
| Star Tripper | |
| <br /><small>a text arcade game</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2595" alt="Cover art for Star Tripper" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Sam Ursu | |
| <a href="mailto:samcelroman@gmail.com"><img src="./images/email.svg" class="author-link" alt="samcelroman@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Inspired by the Palm Pilot game "Space Trader" | |
| </p> | |
| <p><strong>Content warning:</strong> There are some story elements that involve the consumption of alcohol, but gameplay allows it to be easily avoided</p> | |
| <p><em> | |
| Text arcade • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2685"> | |
| <h2> | |
| The Staycation | |
| <br /><small>Home alone for a week is a dream (or a nightmare)</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2685" alt="Cover art for The Staycation" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Maggie H | |
| </strong></p> | |
| <p> | |
| Your housemate and her boyfriend leave for a spring break trip. | |
| </p> | |
| <p> | |
| Finally, you get a taste of sweet solitude. Just you, hobbies, and cat cuddles. | |
| </p> | |
| <p> | |
| Or so you think... | |
| </p> | |
| <p> | |
| As the days wear on, you start questioning your decision to stay. | |
| </p> | |
| <p> | |
| Navigate the unending night by dragging interaction icons to highlighted parts of the text. | |
| </p> | |
| <p> | |
| Find a way out of the loop or choose to fall...fall...fall... | |
| </p> | |
| <p> | |
| [Content Warnings: Unsettling imagery, surrealism, jumpscares, and minor self-harm (scratching an itch from an unknown source)] | |
| </p> | |
| <p><strong>Content warning:</strong> Unsettling imagery, surrealism, jumpscares, minor self-harm (scratching an itch from an unknown source)</p> | |
| <p><em> | |
| Horror slice-of-life • | |
| Two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2712"> | |
| <h2> | |
| Thanatophobia | |
| <br /><small>A session with Madeline</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2712" alt="Cover art for Thanatophobia" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Midjourney</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://robertgoodwin00.github.io/where-one-citizen/index.html">Robert Goodwin</a> | |
| <a href="mailto:flowerthief00@yahoo.com"><img src="./images/email.svg" class="author-link" alt="flowerthief00@yahoo.com" /></a> | |
| </strong></p> | |
| <p> | |
| A session with Madeline. | |
| </p> | |
| <p> | |
| Probe into the psyche of a frightened young woman in an experimental psychological horror game built around conversation. (not scary) | |
| </p> | |
| <p><strong>Content warning:</strong> Inappropriate for young kids.</p> | |
| <p><em> | |
| Chat-based, psychological horror, online only • | |
| One hour • | |
| Parser-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2623"> | |
| <h2> | |
| The Thick Table Tavern | |
| <br /><small>Mix some drinks, talk to patrons, collect coins!</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2623" alt="Cover art for The Thick Table Tavern" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://manonamora.neocities.org">manonamora</a> | |
| <a href="http://twitter.com/manonamora"><img src="./images/twitter.svg" class="author-link" alt="@manonamora" /></a> | |
| <a href="mailto:manonamora.games@gmail.com"><img src="./images/email.svg" class="author-link" alt="manonamora.games@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| One dream. Fourteen days. Serve drinks and gather enough tips to make it happen in time. Or choose chaos and mix whatever you feel like, damned the consequences. | |
| </p> | |
| <p> | |
| - Story Mode with 6 endings, 3 difficulty levels for the drink mixing and randomly generated paths. | |
| - Arcade Mode with 3 game type (Endless, Perfection and Timed) where you can just mix drinks. | |
| You can play with either a mouse or a keyboard (links are keybinded). | |
| </p> | |
| <p><strong>Content warning:</strong> mention and use of alcohol, mention of violence, lewd language and swearing, animated text and background (can be toggled off)</p> | |
| <p><em> | |
| Bartending simulation, fantasy • | |
| Two hours • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2600"> | |
| <h2> | |
| The Thirty Nine Steps | |
| <br /><small>A tale of murder, travel and adventure</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2600" alt="Cover art for The Thirty Nine Steps" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Photograph by Alex Berger (virtualwayfarer)</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://www.thievesoftime.com/">Graham Walmsley</a> | |
| <a href="http://twitter.com/grahamwalmsley"><img src="./images/twitter.svg" class="author-link" alt="@grahamwalmsley" /></a> | |
| <a href="mailto:graham@thievesoftime.com"><img src="./images/email.svg" class="author-link" alt="graham@thievesoftime.com" /></a> | |
| </strong></p> | |
| <p> | |
| The man on the floor was quite dead, a knife through his heart skewering him to the floorboards. At a quarter to eight, the train would take me from London, where people would be searching for me, into the moors and villages of Scotland. | |
| </p> | |
| <p> | |
| The Thirty Nine Steps is a thriller, based on the novel by John Buchan, with original music. | |
| </p> | |
| <p><em> | |
| Adventure, thriller • | |
| One hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2615"> | |
| <h2> | |
| Through the Forest with the Beast | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| Star | |
| <a href="mailto:art@sas.phindog.com"><img src="./images/email.svg" class="author-link" alt="art@sas.phindog.com" /></a> | |
| </strong></p> | |
| <p> | |
| An adventure through the woods. Try to get through them without losing yourself in the process | |
| </p> | |
| <p><strong>Content warning:</strong> Violence, Gore, Abuse</p> | |
| <p><em> | |
| Fantasy, Sci Fi, Survival • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2677"> | |
| <h2> | |
| The Tin Mug | |
| <br /><small>An illustrated short children's story.</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2677" alt="Cover art for The Tin Mug" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Sia See</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Alice E. Wells, Sia See and Jkj Yuio | |
| <a href="mailto:sia@9ize.com"><img src="./images/email.svg" class="author-link" alt="sia@9ize.com" /></a> | |
| </strong></p> | |
| <p> | |
| The Tin Mug is a short illustrated children's story of around 10 minutes. Meet the Tin Mug and his friends, Colin the colander, Silvia the spoon and Stu the stew pot as well as several others. Find out what happens in the magic of the Mug's birthday! | |
| </p> | |
| <p><em> | |
| Childrens • | |
| 15 minutes or less • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2693"> | |
| <h2> | |
| To Persist/Exist/Endure, Press 1 | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2693" alt="Cover art for To Persist/Exist/Endure, Press 1" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Anthony O</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://antolsz.itch.io/">Anthony O</a> | |
| <a href="http://twitter.com/antolsz"><img src="./images/twitter.svg" class="author-link" alt="@antolsz" /></a> | |
| </strong></p> | |
| <p> | |
| Thank you for calling the Agency Of Neverending Happiness and Clearing Out Monsters From Under Your Bed! We offer assistance in all matters related to your well-being and any supernatural troubles you might have. | |
| </p> | |
| <p><strong>Content warning:</strong> references to anxiety and depression</p> | |
| <p><em> | |
| Horror, surreal, experimental • | |
| 15 minutes or less • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2654"> | |
| <h2> | |
| Tower of Plargh | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2654" alt="Cover art for Tower of Plargh" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Cover art photo by DAVID ILIFF. License: CC BY-SA 3.0</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| caranmegil | |
| <a href="mailto:william@nerderium.com"><img src="./images/email.svg" class="author-link" alt="william@nerderium.com" /></a> | |
| </strong></p> | |
| <p> | |
| Title: Tower of Plargh | |
| </p> | |
| <p> | |
| Year: 2022 | |
| </p> | |
| <p> | |
| Genre: Puzzle | |
| </p> | |
| <p><em> | |
| Puzzle • | |
| Half an hour • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2608"> | |
| <h2> | |
| Traveller's Log | |
| <br /><small>by Isaac</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-12"> | |
| <p><strong> | |
| Null Sandez | |
| </strong></p> | |
| <p> | |
| </p> | |
| <p><strong>Content warning:</strong> please do not use file upload or cheats</p> | |
| <p><em> | |
| Fantasy • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2644"> | |
| <h2> | |
| Trouble in Sector 471 | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2644" alt="Cover art for Trouble in Sector 471" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Arthur DiBianca | |
| <a href="mailto:a_dibianca@yahoo.com"><img src="./images/email.svg" class="author-link" alt="a_dibianca@yahoo.com" /></a> | |
| </strong></p> | |
| <p> | |
| The power just went out in Sector 471. You had better go take a look. | |
| </p> | |
| <p><em> | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2686"> | |
| <h2> | |
| U.S. Route 160 | |
| <br /><small>A runaway bride is forced to confront her deepest desires as she flees the demons of her dangerously religious hometown and cons</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2686" alt="Cover art for U.S. Route 160" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Sangita V Nuli</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Sangita V Nuli | |
| <a href="mailto:sangitanuli7@gmail.com"><img src="./images/email.svg" class="author-link" alt="sangitanuli7@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| A runaway bride is forced to confront her deepest desires as she flees the demons of her dangerously religious hometown and considers what - and who - she left behind. | |
| </p> | |
| <p><strong>Content warning:</strong> Horror, Homophobia, Character Death, Violence, Blood, Injury, Gore, Religious Homophobia, Anxiety, Depression, Disassociation, Complusive Heteronormativity</p> | |
| <p><em> | |
| Gothic, Horror, Surrealist, Romance, Tragedy • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2699"> | |
| <h2> | |
| Under the Bridge | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2699" alt="Cover art for Under the Bridge" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Samantha Khan</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Samantha Khan | |
| <a href="mailto:khsamant@sheridancollege.ca"><img src="./images/email.svg" class="author-link" alt="khsamant@sheridancollege.ca" /></a> | |
| </strong></p> | |
| <p> | |
| Survive as a monster that has taken up residence underneath a bridge, interact with strangers who pass over your bride and see if you can not only survive the encounters, but create a home for yourself. | |
| </p> | |
| <p><strong>Content warning:</strong> Content warning: Violence, death, gore, and profanity.</p> | |
| <p><em> | |
| Fantasy • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2673"> | |
| <h2> | |
| Use Your Psychic Powers at Applebee's | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2673" alt="Cover art for Use Your Psychic Powers at Applebee's" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://www.adventuresnack.com/">Geoffrey Golden</a> | |
| <a href="http://twitter.com/geoffreygolden"><img src="./images/twitter.svg" class="author-link" alt="@geoffreygolden" /></a> | |
| <a href="mailto:geoffrey@geoffreygolden.com"><img src="./images/email.svg" class="author-link" alt="geoffrey@geoffreygolden.com" /></a> | |
| </strong></p> | |
| <p> | |
| You are a Psychic Brand Ambassador for Schtupmeister Beer. Listen to the thoughts of customers at the local Applebee's and convince them to try your syrupy ale. But will being in these peoples' heads convince you to get involved in their lives? | |
| </p> | |
| <p><em> | |
| Sci-Fi Humor • | |
| 15 minutes or less • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2740"> | |
| <h2> | |
| A Walk Around the Neighborhood | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2740" alt="Cover art for A Walk Around the Neighborhood" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Leo Weinreb</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Leo Weinreb | |
| <a href="http://twitter.com/timelee9"><img src="./images/twitter.svg" class="author-link" alt="@timelee9" /></a> | |
| </strong></p> | |
| <p> | |
| The sun is filtering hazily through a partly-cloudy sky on this gorgeous Sunday afternoon. You're feeling lazy and a bit glued to the couch, but your partner insists on you getting some exercise. And although you complain, you have to admit – it looks to be the perfect day for a walk. | |
| </p> | |
| <p> | |
| Okay Sam, time to go through the usual checklist: Clothes? Phone? Keys? Wallet? Mask? Now where could you have left those... | |
| </p> | |
| <p> | |
| Explore 20 different endings in this poignant and humorous adventure through the mundane! | |
| </p> | |
| <p><em> | |
| Comedic puzzle adventure • | |
| One hour • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2741"> | |
| <h2> | |
| Who Shot Gum E. Bear? | |
| <br /><small>A Bubble Gumshoe Mystery</small> | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2741" alt="Cover art for Who Shot Gum E. Bear?" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://www.damonwakes.wordpress.com">Damon L. Wakes</a> | |
| <a href="http://twitter.com/DamonWakes"><img src="./images/twitter.svg" class="author-link" alt="@DamonWakes" /></a> | |
| <a href="mailto:damon.l.wakes@gmail.com"><img src="./images/email.svg" class="author-link" alt="damon.l.wakes@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Gum E. Bear lies dead in a pool of his own liquid centre, and only Bubble Gumshoe - private eye extraordinaire - can deliver sweet justice on the rain-sticky streets of Sugar City. Explore the area, seek out clues, interview suspects, and finally ACCUSE the murderer. But be careful: you only have one shot... | |
| </p> | |
| <p> | |
| Thanks to G. Deyke for playtesting! | |
| </p> | |
| <p> | |
| Contains violence, sex and drug use, all involving colourful candy characters. | |
| </p> | |
| <p><em> | |
| Detective/comedy • | |
| Half an hour • | |
| Parser-based • | |
| Glulx | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2672"> | |
| <h2> | |
| Witchfinders | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2672" alt="Cover art for Witchfinders" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| <p><strong>Cover art by:</strong> Tania Dreams</p> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| Tania Dreams | |
| <a href="mailto:poetomu@gmail.com"><img src="./images/email.svg" class="author-link" alt="poetomu@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| Middle ages left their footprints on the history of humankind: rich and poor, steel and wood, pest and wild celebrations mixed together in a one wild sauce. Technology was far from our days, but a true power existed: power, that can heal the weak and poison the strong...Witchcraft. | |
| However, since magic was primarily perceived as bad, witches were hunted for many-many years... | |
| --------------------------------------- | |
| Acknowledgements for testing go to: Saranya Balasubramanian, Victor Casañas | |
| </p> | |
| <p><em> | |
| Fantasy, 1800s, Scotland, historical, witches • | |
| Half an hour • | |
| Choice-based • | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2739"> | |
| <h2> | |
| You Feel Like You've Read this in a Book | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2739" alt="Cover art for You Feel Like You've Read this in a Book" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://www.austinlim.com">Austin Lim</a> | |
| <a href="http://twitter.com/docaustinlim"><img src="./images/twitter.svg" class="author-link" alt="@docaustinlim" /></a> | |
| <a href="mailto:austin@austinlim.com"><img src="./images/email.svg" class="author-link" alt="austin@austinlim.com" /></a> | |
| </strong></p> | |
| <p> | |
| A time-sensitive mystery puzzle game with multiple endings. As you explore your surroundings, you get the feeling that your surroundings are vaguely familiar. | |
| </p> | |
| <p><em> | |
| Puzzle • | |
| Half an hour • | |
| Choice-based • | |
| Web-based | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2597"> | |
| <h2> | |
| You May Not Escape! | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2597" alt="Cover art for You May Not Escape!" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="https://overthinking.itch.io/">Charm Cochran</a> | |
| <a href="http://twitter.com/othercharm"><img src="./images/twitter.svg" class="author-link" alt="@othercharm" /></a> | |
| </strong></p> | |
| <p> | |
| You are one of the unlucky many to enter the maze. Will you be one of the lucky few to escape? | |
| </p> | |
| <p> | |
| Contains brief strong language and some mature themes. | |
| </p> | |
| <p><em> | |
| Parable • | |
| One hour • | |
| Parser-based • | |
| Glulx | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="well" id="entry-2617"> | |
| <h2> | |
| Zero Chance of Recovery | |
| </h2> | |
| <div class="row"> | |
| <div class="col-xs-4"> | |
| <img class="img-responsive" src="./images/covers/2617" alt="Cover art for Zero Chance of Recovery" style="margin-left: auto; margin-right: auto; max-height: 350px;"> | |
| </div> | |
| <div class="col-xs-8"> | |
| <p><strong> | |
| <a href="http://andrewschultz.itch.io">Andrew Schultz</a> | |
| <a href="http://twitter.com/anandrewschultz"><img src="./images/twitter.svg" class="author-link" alt="@anandrewschultz" /></a> | |
| <a href="mailto:blurglecruncheon@gmail.com"><img src="./images/email.svg" class="author-link" alt="blurglecruncheon@gmail.com" /></a> | |
| </strong></p> | |
| <p> | |
| You're way behind the last enemy pawn. The enemy king's close to yours. So it's over, right? | |
| </p> | |
| <p><em> | |
| Puzzle/logic • | |
| Half an hour • | |
| Z-code | |
| • Download includes additional content | |
| </em></p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> <!-- .container --> | |
| <!-- BEGIN site/footer --> | |
| <footer class="container"> | |
| <hr /> | |
| <div class="pull-left" style="width: 25%; margin-right:2em; margin-bottom: 1ex;"> | |
| <a href="http://iftechfoundation.org"><img class="img-responsive transparent-img-bg" id="iftf-logo" src="./images/IFTF_logo_glow.svg" alt="Interactive Fiction Technology Foundation" /></a> | |
| </div> | |
| <div> | |
| <p>The Interactive Fiction Competition is a public service of <a href="http://iftechfoundation.org">the Interactive Fiction Technology Foundation</a>, and <a href="http://iftechfoundation.org/give/">funded by IF supporters like you</a>.</p> | |
| <p>Except where otherwise noted, content of this website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, attributable to <a href="http://iftechfoundation.org">Interactive Fiction Technology Foundation (www.iftechfoundation.org)</a>.</p> | |
| </div> | |
| </footer> | |
| <!-- END site/footer --> | |
| <script type="text/javascript" src="https://code.jquery.com/jquery.js"></script> | |
| <script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | |
| </body> | |
| </html> | |
Xet Storage Details
- Size:
- 99.6 kB
- Xet hash:
- ee920e6d7cef16266835391ef4bef05e7e238476642375b84e5bf802cd8beffb
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.