Elofyn · Games · Arrow Shift
v0.1 spike · 1 level wiredArrow Shift.
Tap a tile, fire an arrow, clear the chain. Each tile bends the chain into a new direction — well-read boards unlock long mono-color combos.
// how it plays
level 01 · spike
01 · tap
Tap any tile to fire its arrow in the direction the tile points.
02 · chain
Each tile the arrow crosses joins the chain — and the chain bends to that tile's own direction.
03 · score
Chain length × color-multi (the largest run of one color). Monochrome chains score quadratically.
04 · clear
Beat the par before you run out of moves. Spike build ships 1 hand-designed level; 30 levels land in P12.6.
// top scores · this device
play a round to log a score
- 01———
- 02———
- 03———
- 04———
- 05———
- 06———
- 07———
- 08———
- 09———
- 10———
// board · 6 × 6 · portrait 720 × 900
phaser 3 · MIT
Score
—
Moves
—
Last chain
—
Color multi
—
// your runs · level 01
not yet cleared
- Best moves
- —
- Best score
- —
- Plays
- —
// how to play · arrow shift
01 · tap
Tap any tile.
The tile fires an arrow in the direction it points. Pointer, touch, or keyboard — all three work.
keyboard · arrows · enter · escape
desktop · pointer · touch. keyboard input lands with accessibility pass in P12.9.
Shipping next
← All gamesP12.6
30 hand-designed levels
Tutorial → expert curve. Inspect rules independently of Phaser via the lib/games/arrow-shift unit tests.
P12.7
Daily seed
Deterministic YYYY-MM-DD generator + the Wordle-style share card players already expect.
P12.9
Audio + juice
1 background loop, 4 SFX, particles on chain clears. Mute toggle defaults ON so the page never autoplays.