Space AI Documentation

Table of Contents

Keyboard Shortcuts

Action Shortcut Description
Install & RestartR Installs new code and restarts the level.
Run/PauseSpacebar Runs or pauses the game.
Show CodeI Pops out the code window - use Escape to close.
Hide CodeEscape Hides the code window or a modal dialog if shown.
Toggle ConsoleC Shows or hides the console window.
Change ThemeT Shows the theme selector for the code window so you can change the syntax highlighting.
Level SelectorS Shows the level selector in a dialog.
Next LevelN When the level selector is visible, highlights the next level.
Previous LevelP When the level selector is visible, highlights the previous level.
SaveCtrl+S Saves your code to local storage.
Save AsShift+Ctrl+S Prompts you for a new name, then saves your code to local storage.
Focus PlayerF Changes the view so that the player is centered. The view follows the player until the user pans away.
Focus BoundsB Changes the view so that all game objects are in view, if possible with maximum zoom-out.
Debug ModeX Toggles debug mode. When on, a 100x100px grid is shown along with tooltips for all game objects.
Zoom In/Out+/- Zooms in or out with the center of the screen as the origin. You can also use the scroll wheel or pinch to zoom.
PanArrow Keys Translates the view. You can also drag the mouse or touch and drag.
DocsD Opens the documentation in a new tab.
AboutA Shows the about dialog.