↑ ↓ ← → Move
Enter Start / Restart
Esc Pause
// about
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.
| Version | Features |
|---|---|
| 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 |