<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-14T19:56:40.689Z">
<
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 337 vs IND
349/8 (Blair Tickner 1(1) ) | India vs New Zealand, 1st ODI, Wed, Jan 18, New Zealand tour of India, 2023 | Cricbuzz.com-->
<
script>
let title =
'NZ 337 vs IND
349/8 (Blair Tickner 1(1) ) | India vs New Zealand, 1st ODI, Wed, Jan 18, New Zealand tour of India, 2023 | 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>
IND v NZ, 1st ODI: Review ft. Gill's double ton, Bracewell's valiant century
</p>
<p>
Thakur to M Bracewell, out Lbw!! Shardul holds his nerve and India get out of jail! Terrific delivery under pressure, saw Bracewell shuffling across and nailed the leg stump yorker to perfection. Nothing much the left-hander could have done about it. Tried to work it away, missed and that was dead plumb in real time itself. Ump obliged the LBW appeal and the review was just to delay the inevitable really. India go 1-0 up!! Terrific start to the series. M Bracewell lbw b Thakur 140(78) [4s-12 6s-10]
</p>
<p>
Thakur to M Bracewell, wide, pressure on Shardul! Slower ball outside off, bouncer attempt and it's too high. 13 off 5!
</p>
<p>
Thakur to M Bracewell, SIX, six first ball! If this doesn't set up the over, what will? Oh Bracewell you champ! Slower short ball, he sits back and pummels over wide long-on with a meaty pull. 14 from 5 needed!
</p>
<p>
1 1 W 1 0 1 (4 runs)NZ 330-9Michael Bracewell134(76)Blair Tickner1(1)Hardik Pandya7-0-70-1
</p>
<p>
Hardik Pandya to M Bracewell, 1 run, slower and short around off, Bracewell stays back and pulls to deep mid-wicket
</p>
<p>
Hardik Pandya to M Bracewell, no run, full and outside off, Bracewell drills it down to long-off. Refuses the single. Clearly, he wants one big hit
</p>
<p>
Hardik Pandya to Tickner, 1 run, shorter and wider outside off, cut hard to backward point where Kohli makes a superb diving stop. Can't prevent the single though
</p>
<p>
Doff my hat to Jadeja for Lord's fight: Kartik
</p>
<p>
Stokes led by example, truly England's X-Factor: Kartik
</p>
<p>
The Gill at Lord's was unrecognisable from a week back: Vaughan
</p>
<p>
Over Summary: 1 1 W 1 0 1 (4 runs)Michael Bracewell134(76)Blair Tickner1(1)Michael Bracewell134(76)Michael BracewellBlair TicknerHardik Pandya NZ 330-9134(76)Blair Tickner1(1)1(1)Hardik Pandya7-0-70-17-0-70-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->