Documentation
Getting Started
Learn the basics of building your first pixel game with Floaty.
Tutorials
Step-by-step guides for specific features and game mechanics.
API Documentation
Complete reference for every function, property, and callback.
Cheatsheet
A printable quick-reference card for the full API.
Featured Tutorials
Export your game and publish it on the web, desktop, mobile, itch.io, and Steam.
by assertchris
Hide the default cursor, design a pixel-art replacement, and make it follow the mouse.
by assertchris
Control a cursor with the keyboard, scroll larger worlds with the camera, and handle clicks on objects.
by assertchris
Store game state in localStorage and cookies, validate loaded data, throttle writes, and export save strings.
by assertchris
Add gravity, solid platforms, jumping, one-way platforms, coyote time, enemy stomping, and reactive blocks to your game.
by assertchris
Capture the game canvas as an image and trigger a PNG download with one function call.
by assertchris