Quick browser game

Play a sharper version of bat, ball, and stump.

The earlier build had more personality than the PR, but the PR had the better game loop. This version keeps the stronger flow and wraps it in a cleaner, more professional front-end.

5 Points to win
3 Cricket moves
1 Saved match state

Why this version works better

More intentional layout, same simple game.

Separated pages

Home, rules, and gameplay each have a clear job instead of everything being crammed into one surface.

Persisted score

The match state uses a single scoped storage key, so refreshes keep progress without clearing unrelated data.

Cleaner front-end

Semantic sections, reusable button styles, and a stronger visual system replace the generic dark card look.

Game flow

What happens in each round

01

Pick a cricket move

Choose Bat, Ball, or Stump from the match controls.

02

Computer answers

The arena pauses briefly, then reveals the computer selection.

03

Score updates automatically

The first side to reach five wins the match and locks the controls.

Ready to test it

Jump straight into the arena.

The rules page is there if you need it, but the match screen is self-explanatory now.

Start Playing