open source · canvas 2d engine

SimpleCanvas

// a lightweight HTML5 Canvas 2D framework

↑ ↓ ← → Move
Enter Start / Restart
Esc Pause

SimpleCanvas is a lightweight HTML5 Canvas 2D engine that simplifies creating games and interactive graphics. The snake game above demonstrates its animation, entity, and event systems working together.

VersionFeatures
v0.2 New Engine with singleton concept, code comments, prototype on all metadata, color transition effects, multi-coordinate animations, simple animation system
v0.1 Render shapes and animate objects — example snake game