#creative-projects [[Video Game Creation Resources]] # [Decker by Internet Janitor](https://internet-janitor.itch.io/decker) Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior. It draws strong influence from [HyperCard](https://en.wikipedia.org/wiki/HyperCard), as well as more modern "no-code" or "low-code" creative tools like [Twine](http://www.twinery.org) and [Bitsy](https://www.bitsy.org). If [Jupyter Notebooks](https://jupyter.org) are a digital lab notebook, think of Decker as a stack of sticky notes. You can try Decker in your browser [right now](http://beyondloom.com/decker/tour.html)! Decker can be used for making: * Presentations * E-Zines * Choose-your-own adventures * Visual novels * Calculators * Personal databases * Sound boards * Prototypes * Point-and-click games * And much more! Decks are made up of a series of "cards" that you can draw on: ![](https://img.itch.zone/aW1nLzEwMzY1Nzg4LmdpZg==/original/0HJNHt.gif) You can add buttons and other widgets to cards to make them interactive: ![](https://img.itch.zone/aW1nLzEwMzY1Nzg5LmdpZg==/original/iN1q4I.gif) Or even build entire applications: ![](https://img.itch.zone/aW1nLzEwMzY1Nzk1LmdpZg==/original/wbhrt2.gif) Decker provides a scripting language called Lil, which is easy to learn but highly expressive. Simple things are easy, and complex things are possible. ![](https://img.itch.zone/aW1nLzk2NDE3MTQuZ2lm/original/2n9hqP.gif) Decker understands tabular data. You can use Lil to perform SQL-like queries on tables and import or export CSV files: ![](https://img.itch.zone/aW1nLzk3MDI4OTIucG5n/original/riKgVR.png) Source code for Decker is available on [GitHub](https://github.com/JohnEarnest/Decker), and the latest documentation is available [here](http://beyondloom.com/decker). Decker will always be free and open-source. If you enjoy using Decker, please tell other people about it!