<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-23T23:43:06.074Z">
<
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 | Zimbabwe vs West Indies, 44th Match, Super 8 Group 1 (X2 v X3), ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | Zimbabwe vs West Indies, 44th Match, Super 8 Group 1 (X2 v X3), 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>
Matthew Forde to Brad Evans, out Caught by Akeal Hosein!! West Indies win by 107 runs! A slower delivery by Matthew Forde, Brad Evans swings across the line, and the top edge flies straight to the fielder at short third man. Akeal Hosein makes no mistake and Brad Evans is the last man out. All smiles in the West Indies camp as they register a clinical win at the Wankhede. Handshakes between all the players as they start heading back.. Brad Evans c Akeal Hosein b Matthew Forde 43(21) [4s-2 6s-5]
</p>
<p>
Matthew Forde to Richard Ngarava, 1 run, flicked through mid-wicket by Richard Ngarava. Highest partnership of this innings
</p>
<p>
Matthew Forde to Richard Ngarava, wide, banged in short by Matthew Forde, Richard Ngarava goes for a pull and misses. Called a wide for height
</p>
<p>
Matthew Forde to Richard Ngarava, no run, on the shorter side around off, Richard Ngarava pats it down the pitch
</p>
<p>
Matthew Forde to Richard Ngarava, no run, back of a length outside off, Richard Ngarava has a swing and a miss
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->