<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:11:07.058Z">
<
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 ENG 153/6 (20)
(Brydon Carse 3(3) Sam Curran 49(35)) | New Zealand vs England, 1st T20I, Sat, Oct 18, England tour of New Zealand, 2025 | Cricbuzz.com-->
<
script>
let title =
'ENG 153/6 (20)
(Brydon Carse 3(3) Sam Curran 49(35)) | New Zealand vs England, 1st T20I, Sat, Oct 18, England tour of New Zealand, 2025 | Cricbuzz.com';
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>
0 2 4 6 Wd 2 4 (19 runs)ENG 153-6Sam Curran49(35)Brydon Carse3(3)Jacob Duffy4-0-45-1
</p>
<p>
Jacob Duffy to Sam Curran, FOUR, hard length from Duffy, Curran shapes to heave it away. The bottom hand comes off the bat handle, the ball flies wide of the keeper off the outside edge and goes fine of short third man to run away to the third man boundary
</p>
<p>
Jacob Duffy to Sam Curran, 2 runs, width on offer but it's pace off, Curran slashes and slices it over backward point
</p>
<p>
Jacob Duffy to Sam Curran, wide, tries to bowl the wide yorker and ends up darting it too wide outside off
</p>
<p>
Jacob Duffy to Sam Curran, SIX, poor ball and punished. Full toss on the pads, Curran swings it over deep square leg for an 88m six
</p>
<p>
Jacob Duffy to Sam Curran, FOUR, another mishit from Curran. Shapes to swing it across the line and the ball ends up going straight over the bowler's head. Mitchell sprints across from long-on and dives but he can't pull it back
</p>
<p>
Jacob Duffy to Sam Curran, 2 runs, 134.7kph, leg-lined, Curran swings across the line and mishits over midwicket
</p>
<p>
Over Summary: 0 2 4 6 Wd 2 4 (19 runs)Sam Curran49(35)Brydon Carse3(3)Sam Curran49(35)Sam CurranBrydon CarseJacob Duffy ENG 153-649(35)Brydon Carse3(3)3(3)Jacob Duffy4-0-45-14-0-45-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->