csainty / ImpressGame

Text adventure engine built on Impress.js

Home Page:http://csainty.github.com/ImpressGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here is a small tech demo that shows off a text adventure game written on a forked copy of impress.js

Steps are replaced with scenes. Each scene has a location within a 3D matrix.
These locations are then translated into the impress.js coordinates.

The arrow keys are mapped to move through this space instead of simply progressing in file order.

Features include auto progress "action" scenes and one-way "exit" scenes that always exit by a single path.

See it in action - http://csainty.github.com/ImpressGame

Twitter: @csainty

About

Text adventure engine built on Impress.js

http://csainty.github.com/ImpressGame

License:Other


Languages

Language:JavaScript 60.8%Language:HTML 22.2%Language:CSS 17.0%