<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-11T07:44:57.260Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match NZ 226/8 (44.4) vs ENG
222 (Zakary Foulkes 14(24) Blair Tickner 18(20)) | New Zealand vs England, 3rd ODI, England tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NZ 226/8 (44.4) vs ENG
222 (Zakary Foulkes 14(24) Blair Tickner 18(20)) | New Zealand vs England, 3rd ODI, England tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Sam Curran to Foulkes, FOUR, full and down leg, Foulkes flicks it away to the deep backward square-leg fence, the fielder was inside the ring at backward square-leg and Foulkes got it wide of him
</p>
<p>
Sam Curran to Tickner, 1 run, short at Tickner, who goes on the back foot to pull, splices it but gets it over Sam Curran. Scores level
</p>
<p>
Sam Curran to Tickner, no run, very full on the stumps, Tickner gets forward to drive to cover and there's hesitation in the running
</p>
<p>
Sam Curran to Tickner, 2 runs, short at Tickner who leans back and opens the face of the bat, glides it fine and Rashid gets across and cuts it off with a dive at third man, saves two
</p>
<p>
View all overs
</p>
<p>
Adil Rashid to Foulkes, FOUR, what a good sweep. It's tossed up on middle, Foulkes goes down and sweeps it wide of the square-leg umpire, races away
</p>
<p>
Adil Rashid to Foulkes, no run, tossed up full on middle and leg, flicked to backward square-leg
</p>
<p>
Adil Rashid to Tickner, 1 run, length delivery outside off, Tickner gets forward to drive wide of cover
</p>
<p>
Adil Rashid to Tickner, no run, the googly and down leg, Tickner flicks and misses, wants a wide but doesn't get it. Has a wry smile on his face
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->