<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-05T05:43:58.529Z">
<
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 BRD 203/7 (20) vs PUN
223/4 (Atit Sheth 0(1) Dhruv Patel 6(3)) | Punjab vs Baroda, Final, Syed Mushtaq Ali Trophy 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BRD 203/7 (20) vs PUN
223/4 (Atit Sheth 0(1) Dhruv Patel 6(3)) | Punjab vs Baroda, Final, Syed Mushtaq Ali Trophy 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Harpreet Brar to Dhruv Patel, no run, another yorker just outside the leg-stump, Dhruv Patel digs it out and celebrations in the Punjab camp. They are the SMAT champions for 2023
</p>
<p>
Harpreet Brar to Dhruv Patel, no run, yorker length delivery outside off, driven to backward point and it's a dot
</p>
<p>
Harpreet Brar to Dhruv Patel, SIX, tossed up full outside off, Dhruv Patel gets forward and lofts all the way over long-off. Clean strike and went a long way back
</p>
<p>
Harpreet Brar to Vishnu Solanki, out Caught by Ramandeep Singh!! A low full-toss outside off, sliced straight to the fielder at long-off and that's the game done. Harpreet Brar celebrates with a thigh-five. Vishnu Solanki c Ramandeep Singh b Harpreet Brar 28(11) [4s-3 6s-2]
</p>
<p>
Harpreet Brar to Vishnu Solanki, 2 runs, Vishnu Solanki comes down the track and drills this straight down the ground, but the fielder gets across and cuts it off, so just two
</p>
<p>
Harpreet Brar to Vishnu Solanki, no run, the off-side field is up. Four in the ring. Harpreet Brar fires in the yorker on the pads, outside the leg-stump, Vishnu Solanki swings and misses, off the pad to backward point
</p>
<p>
View all overs
</p>
<p>
Arshdeep Singh to Sheth, no run, low full-toss outside off, sliced straight to the fielder at sweeper cover and Vishnu Solanki does not take the run as he wants the strike
</p>
<p>
Arshdeep Singh to Sheth, wide, wide yorker length delivery misses the tramline on the off-side as Sheth can't lay bat on ball
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->