<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-01T23:36:53.731Z">
<
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 West Indies, 52nd Match, Super 8 Group 1 (X1 v X3), ICC Men's T20 World Cup 2026-->
<
script>
let title =
'Cricket commentary | India vs West Indies, 52nd Match, Super 8 Group 1 (X1 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>
Romario Shepherd to Sanju Samson, FOUR, India win and it's that man Sanju Samson who has taken them home. Sinks on his knees, looks heavenwards. Then crosses himself. Folds his hands as he thanks the superpower above. As soon it cleared mid-on, who went with an outstretched right hand over his head as he leapt, Samson went on his knees, flings the helmet away to his left. Then the celebrations begin. Full and on leg-stump, Samson gets forward and lofts, the bat turns in the hand, enough elevation to clear mid-on who was not at the edge of the ring. Had he been right back, might have been a chance. India reach the semis
</p>
<p>
Romario Shepherd to Sanju Samson, SIX, scores level. Again Tilak is pumped in the dugout. Full and following Sanju Samson outside the leg-stump, he stays deep and flicks, has the elevation to clear deep mid-wicket. Pandya with a double fist-pump and Tilak hugs him. That soared off the bat
</p>
<p>
0 W 4 0 4 L2 (10 runs)IND 189-5Shivam Dube8(4)Sanju Samson87(48)Shamar Joseph4-0-42-2
</p>
<p>
Shamar Joseph to Shivam Dube, leg byes, 2 runs, full and down leg, Shivam Dube heaves and misses, off the pad and no-one at mid-wicket, Shamar Joseph chases but it's an easy two. Missing leg-stump and Dube missed out there
</p>
<p>
Over Summary: 0 W 4 0 4 L2 (10 runs)Shivam Dube8(4)Sanju Samson87(48)Shivam Dube8(4)Shivam DubeSanju SamsonShamar Joseph IND 189-58(4)Sanju Samson87(48)87(48)Shamar Joseph4-0-42-24-0-42-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->