<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-15T04:48:48.604Z">
<
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 | New Zealand vs South Africa, Final, Zimbabwe T20I Tri-Series, 2025-->
<
script>
let title =
'Cricket commentary | New Zealand vs South Africa, Final, Zimbabwe T20I Tri-Series, 2025';
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 W 2 1 W 0 (3 runs)RSA 177-6Senuran Muthusamy0(1)Corbin Bosch3(2)Matt Henry3-0-19-2
</p>
<p>
Matt Henry to Muthusamy, no run, Matt Henry has done it for New Zealand. Mitchell runs to hug him. And the other New Zealanders come to celebrate. A slower-ball off-cutter and dug in short outside off, Muthusamy pulls and misses, bounces through to Seifert and that's that. New Zealand are the champs of this T20I tri-series
</p>
<p>
Matt Henry to Linde, out Caught by Mitchell!! Mitchell you beaut! What a catch and he is pumped. Why not. He has taken a blinder, running to his right at long-on. It's slower and short outside off, Linde pulls well and it's into the gap, looks to be falling safely till Mitchell runs and dives with two hands to take a superb catch. The glasses fall to ground but Mitchell has the ball tightly in his grasp. Gets up and punches the air. The New Zealand players run towards him to celebrate. Linde c Mitchell b Matt Henry 10(10) [4s-1]
</p>
<p>
Matt Henry to Corbin Bosch, 1 run, Linde falls after completing the first run. So the two is not on. Full on leg-stump, flicked to deep square-leg and it's just one
</p>
<p>
Matt Henry to Corbin Bosch, 2 runs, dropped by Bracewell at deep mid-wicket. Short outside off, Corbin Bosch pulls and Bracewell runs and dives forward, the sun is in his eyes, even though he is wearing sunglasses, he drops it after getting two hands
</p>
<p>
Matt Henry to Brevis, out Caught by Michael Bracewell!! Such calmness from Bracewell at deep mid-wicket. He is on the edge of the boundary ropes and he calmly takes it, realises he is going over, so flicks it back, goes out and comes back in to take it. But is the right foot touching the rope? When the ball is in his hand, the right foot seems to be just away from the rope. Interestingly there's no cushion there where Bracewell's right foot is. That's crucial for if there was a cushion, Bracewell would have made contact with it. Such are the fine margins which can win you tournaments. A short delivery at Brevis who pulls and it's high and a bit more elevation would have seen that go over. Bracewell though is so composed and pulls off such a massive catch with the match on the line. The third ump has a look at the replays and gives it out, going with Bracewell. Brevis c Michael Bracewell b Matt Henry 31(16) [4s-1 6s-3]
</p>
<p>
Matt Henry to Brevis, no run, good ball. Short at Brevis and no room, he still makes room to slash and misses, flies over the top-edge
</p>
<p>
Over Summary: 0 W 2 1 W 0 (3 runs)Senuran Muthusamy0(1)Corbin Bosch3(2)Senuran Muthusamy0(1)Senuran MuthusamyCorbin BoschMatt Henry RSA 177-60(1)Corbin Bosch3(2)3(2)Matt Henry3-0-19-23-0-19-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->