pixelWallE Language Documentation
Welcome to the documentation for the pixelWallE programming language. This language is specifically designed to create pixel art programmatically within the pixelWallE editor.
The language is simple and direct, allowing you to define shapes, colors, and movements using clear and concise syntax. Its main focus is the visual manipulation of the canvas through specific commands.
This page provides you with an overview of the language. To delve into the details of each component, navigate using the sidebar:
- Expressions and Lists: Learn about data types (literals), how to combine them with operators to form expressions, and how to manage data collections using lists.
- Commands and Functions: Discover the instructions that tell pixelWallE what to draw or do on the canvas (commands) and how to get information about the current state of the editor or canvas (functions).
- Comments: Create documentation and more accessible code for other developers using
#This is a comment -