Colorful Greedy Snake cover art

HTMLGameSite editor's notebook

Colorful Greedy Snake Guide

ArcadePortrait playLocal mirrored package

The snake grows by collecting balls that match its current colour while other colours become obstacles.

Play Colorful Greedy Snake

What you are doing

The snake grows by collecting balls that match its current colour while other colours become obstacles. Route choice must account for both length and colour safety.

Controls

Steer with the on-screen drag control and collect only the colour accepted by the current state.

Practical notes

  • Read the next few balls before turning into a narrow lane.
  • Give the longer body room to follow through a corner.
  • Do not trade a safe route for one distant matching pickup.

Before you start

Colour changes and scoring details are shown by the game and are not generalised beyond the stated matching rule.

Local package check

The mirrored package was accepted only after its launch-time requests were discovered and the observed asset set was present locally. This is package evidence, not a claim that every level was completed.

Validated
2026-07-23
Files
9
Package size
1.3 MiB
Entry
/local-games/colorful-greedy-snake/play.html

Why we kept it

It adds a visible colour constraint to the familiar snake format.