<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-04T23:35:07.696Z">
<
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 Cricket commentary | India vs New Zealand, 1st T20I, New Zealand tour of India, 2026-->
<
script>
let title =
'Cricket commentary | India vs New Zealand, 1st T20I, New Zealand tour of India, 2026';
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>
1 1 W W 0 1 (3 runs)NZ 190-7Kyle Jamieson1(2)Mitchell Santner20(13)Shivam Dube3-0-28-2
</p>
<p>
Shivam Dube to Jamieson, 1 run, another slower-ball off-cutter and full outside off, Jamieson gets forward to slam it hard and straight to long-off. India win this by 48 runs and go 1-0 up
</p>
<p>
Shivam Dube to Jamieson, no run, no hat-trick. A slower-ball and full outside off, the off-cutter and Jamieson gets forward to drive and misses, wry smiles from Shivam Dube and Samson
</p>
<p>
Shivam Dube to Kristian Clarke, out Caught by Rinku Singh!! Two in two. It's a wide full-toss outside off, Kristian Clarke shuffles across and slams this flat, but picks out long-on. Rinku makes no mistake. Kristian Clarke c Rinku Singh b Shivam Dube 0(1)
</p>
<p>
Shivam Dube to Mitchell, out Caught by (sub)Ravi Bishnoi!! Safely held at long-off. It's a half-volley and wide outside off, Mitchell gets forward to loft, no timing and still it carried to long-off and Bishnoi the sub runs to his left and takes it. Keeps his feet away from the cushions. Hardik and SKY clap as they applaud that catch. Mitchell c (sub)Ravi Bishnoi b Shivam Dube 28(18) [4s-4]
</p>
<p>
Shivam Dube to Santner, 1 run, was a wide outside off had Santner left it, he reaches for it and finds the stumps at the other end, the ricochet goes away and gives the batters one
</p>
<p>
Shivam Dube to Mitchell, 1 run, low full-toss outside off, Mitchell gets forward to drive to long-on
</p>
<p>
Over Summary: 1 1 W W 0 1 (3 runs)Kyle Jamieson1(2)Mitchell Santner20(13)Kyle Jamieson1(2)Kyle JamiesonMitchell SantnerShivam Dube NZ 190-71(2)Mitchell Santner20(13)20(13)Shivam Dube3-0-28-23-0-28-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->