langcraft_api

Crates.iolangcraft_api
lib.rslangcraft_api
version0.1.2
sourcesrc
created_at2020-07-24 03:11:21.466197
updated_at2020-07-27 02:25:36.985099
descriptionInterface for programs for use with Langcraft
homepage
repositoryhttps://github.com/SuperTails/langcraft_api
max_upload_size
id268862
size7,397
(SuperTails)

documentation

README

API for various features provided by Langcraft. This allows for (limited) inline assembly, character-width text output, and some built-in world interaction.

Turtle

The most intuitive way to interact with the world is the Turtle (represented by an armor stand). It is essentially a "cursor" that can be moved--the block at its current position can be changed or queried to perform basic input/output, such as drawing a "screen".

Commit count: 5

cargo fmt