Mindcraft: A tile-based programming language for creative coding applications.
Mindcraft programs are built by arranging tiles -- typed, composable tokens -- into rules. A collection of rules forms a brain, and brains are what drive the behavior of in-game actors. The Mindcraft VS Code Web extension lets you write custom brain tiles in TypeScript. A live bridge connects VS Code to a running Mindcraft app -- edit a source file and your new tile is instantly available for use in the brain editor. No local toolchain required. Example: Authoring a "teleport" actuator in TypeScript:
|