
Snap! Forum - A friendly place to discuss programming with Snap!.
A friendly place to discuss programming with Snap!.
Making Pong - Snap! Editor - Snap! Forum
Feb 13, 2025 · Hello, and welcome Snap!. It is recommended that you start a new topic for things like this, seeing as this topic was about helping kingico1133 in particular with their game, not …
Variable and Sprite Layering - Snap! Editor - Snap! Forum
Apr 23, 2025 · Hi! I was doing some work on a project, and ran into an issue. To put it simply, I need to put a variable on screen (sadly, as I can't use printing on screen for this situation), and …
Collision detection over many sprites - Snap! Editor - Snap! Forum
Apr 23, 2025 · Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world. toridarosa April 24, 2025, 12:45am 4
Snap! v10.5 released - Announcements - Snap! Forum
Feb 28, 2025 · We’ve just released @SnapCloud v10.5 featuring sound recording capabilities on iOS devices and a new block for getting tilt sensor data from your phone or tablet ...
V10.4 has been released - Snap! Editor - Snap! Forum
Jan 22, 2025 · 10.4.0: Notable Changes: "Quicksteps" Evaluation - Dynamic Scheduling: Keep stepping non-animating processes between animation frames, makes "warp" and "turbo …
Various versions of Snap! - Advanced Topics - Snap! Forum
Aug 28, 2021 · Every single version of Snap! is available at Snap!'s repository on GitHub. In particular, the oldest available version is a 4.0 beta located here - click on "Code", "Download …
CoCube, MicroBlocks and Snap - Share your Projects - Snap! Forum
Jun 24, 2025 · A demo video of my latest project. The CoCube is on it's mat. On the screen there is a copy of the mat and a CoCube sprite. The mat contains black dots so the camera on the …
What's new? - Snap! Editor - Snap! Forum
Oct 28, 2024 · I haven't been on Snap since September of 2024 what's new?
Common pitfalls when working with lists (and how to avoid them)
Oct 24, 2023 · Lists are a very flexible, powerful data type. One of Snap!’s ancestors, the famous Lisp language, was even entirely based on list processing (hence its name). In Snap!, lists can …