<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-27T23:24:01.829Z">
<
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 Zimbabwe, 48th Match, Super 8 Group 1 (X1 v X2), ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | India vs Zimbabwe, 48th Match, Super 8 Group 1 (X1 v X2), ICC Men's T20 World Cup 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 N Wd 6 W 1 6 4 (20 runs)ZIM 184-6Brian Bennett97(59)Brad Evans1(1)Shivam Dube2-0-46-1
</p>
<p>
Shivam Dube to Brian Bennett, FOUR, Brian Bennett ends on 97. It's the slower-ball and angling into leg-stump, Brian Bennett heaves and it doesn't have the elevation to go all the way, wide of deep mid-wicket and it's four. India win by 72 runs
</p>
<p>
Shivam Dube to Brian Bennett, SIX, full and the slower-ball again, in the slot, Brian Bennett stays back and heaves across the line, all the way over deep mid-wicket. Just clears the fence
</p>
<p>
Shivam Dube to Brad Evans, 1 run, another slower-ball and full on off, the back of the hand slower-ball again, Brad Evans gets forward to flick to deep mid-wicket
</p>
<p>
Shivam Dube to Tashinga Musekiwa, out Caught by Sanju Samson!! Good one-handed take to his right by Sanju Samson. The back of the hand slower-ball and full on off, Tashinga Musekiwa gets forward to slog, the thick outside-edge loops and Samson dives to his right to grab it. Tashinga Musekiwa c Sanju Samson b Shivam Dube 7(4) [6s-1]
</p>
<p>
Shivam Dube to Tashinga Musekiwa, SIX, the free-hit is slammed for six. It's a short of length delivery just outside off, Tashinga Musekiwa gets forward and slams it towards the sightscreen. Such a powerful blow
</p>
<p>
Shivam Dube to Tashinga Musekiwa, wide, tries the slower short delivery outside off, way over the head of Tashinga Musekiwa who lets it go outside off, wide called
</p>
<p>
Over Summary: 1 N Wd 6 W 1 6 4 (20 runs)Brian Bennett97(59)Brad Evans1(1)Brian Bennett97(59)Brian BennettBrad EvansShivam Dube ZIM 184-697(59)Brad Evans1(1)1(1)Shivam Dube2-0-46-12-0-46-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->