<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T13:59:26.172Z">
<
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 ODI, New Zealand tour of India, 2026-->
<
script>
let title =
'Cricket commentary | India vs New Zealand, 1st ODI, 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 1 4 4 6 (17 runs)IND 306-6KL Rahul29(21)Washington Sundar7(7)Kristian Clarke10-0-73-1
</p>
<p>
Kristian Clarke to Rahul, SIX, India win by 4 wickets. Rahul finishes it off in style. There was some tension and nerves, but none of that from Rahul. He was always in control of this and seals it with an over to spare. Handshakes all around. India take a 1-0 lead in the series. Length delivery, right in the slot and Rahul heaves it high, gets enough connection for the ball to sail over the deep mid-wicket region
</p>
<p>
Kristian Clarke to Rahul, FOUR, crunched! Back to back fours and India are almost there. Full delivery outside off, Rahul gets a good stride in and creams the drive in front of square. Right off the middle and the sweeper had no chance
</p>
<p>
Kristian Clarke to Rahul, FOUR, is that the game sealing boundary? Off-cutter on middle and leg, Rahul sits down inside the line and laps it over short fine, clean connection and the ball almost travels the distance, one bounce and over the ropes
</p>
<p>
Kristian Clarke to Washington Sundar, 1 run, 109.6ks full and outside off, Washington flays it in front of square and the sweeper tidies up
</p>
<p>
Kristian Clarke to Rahul, 1 run, 108.1ks back of a length delivery, Rahul calmly knocks it to long-on
</p>
<p>
Over Summary: 1 1 1 4 4 6 (17 runs)KL Rahul29(21)Washington Sundar7(7)KL Rahul29(21)KL RahulWashington SundarKristian Clarke IND 306-629(21)Washington Sundar7(7)7(7)Kristian Clarke10-0-73-110-0-73-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->