Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 922 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 922 Bytes

LOGOUT

Escape the grim cyberspace.

LOGOUT is a short story about freeing oneself from a broken cyberspace experience. Find the exit to the real world to win!

js13kGames 2018

LOGOUT is a submission by @michalbe and @stasm for the 2018 edition of js13kGames, a gamedev compo in which the total file size limit is 13kB. The theme of the compo was: Offline.

Technology

The game is written in Cervus, a custom-built WebGL renderer and game engine. The UI was created using innerself, a one-way binding microlibrary for managing views and state.

Running locally

In order to run the game locally or hack on it, clone this repo and run:

$ npm install
$ npm start