Bussard, 2D Lua engine, explore ship computer's API

Games that are interesting for one reason or another
Post Reply
impaktor
Posts: 994
Joined: Fri Dec 20, 2013 9:54 am
Location: Tellus
Contact:

Bussard, 2D Lua engine, explore ship computer's API

Post by impaktor »

bussard, video and philosophy here: http://technomancy.us/180

It uses a Lua 2D engine, and idea is that player gets to explore the ship's computer and its API interactivley, (drawing a lot of inspiration from Emacs).
spaceflight programming adventure... The game is played by interacting with your ship's onboard computer. ...Communicating with space station and planet port computers is done over an SSH client that also lives inside the editor. But all the various modes of the editor are configured with Lua code that runs in user-space;
Post Reply