
PuzzleScript
An open-source puzzle game editor and engine. Design, build, and play tile-based puzzle games right in the browser.
Created by increpare
Create a free account to get instant access
How to Use
• **Purpose**: Create puzzle games using a simple scripting language without programming knowledge • **Layout**: Code editor on left, game preview on right, console at bottom • **Getting Started**: - Select "Load Example" dropdown to try existing games - Click RUN to test your game - Use LEVEL EDITOR to design levels visually • **Code Structure**: Write game rules using plain text in sections like OBJECTS (define sprites), LEGEND (assign symbols), RULES (game mechanics), and LEVELS (level layouts) • **Controls While Playing**: Arrow keys to move, Z to undo, R to restart level • **Key Features**: - SAVE/LOAD to manage projects - Sound buttons generate audio effects for your game - SHARE creates playable links - EXPORT builds standalone HTML files - Auto-saves preserve your work • **Shortcuts**: Ctrl+Shift+Enter to run, Ctrl+Enter to rebuild, E for level editor