Move On
You are trying to escape with a mysterious briefcase, but your options are limited. Can you survive the chase?
Mobile friendly. No sound effects. Keep your eyes on the road.
Status | Released |
Platforms | HTML5 |
Author | techniX |
Genre | Interactive Fiction |
Tags | Experimental, Text based |
Comments
Log in with itch.io to leave a comment.
A very interesting game! I've never seen anything like it. How did you get the car to move from left to right as the reader clicks through?
The game is made with Ink and Atrament.
Ink is inkle's scripting language for writing interactive narrative: https://github.com/inkle/ink
Atrament is my wrapper for Ink, written in JavaScript (UI part uses Preact for rendering): https://github.com/technix/atrament-ui
Having all power of JS at hands, you can do whatever you want :)