<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-02T06:01:21.639Z">
<
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 SNP 220/4 (19.1) vs BBT
217/4 (Andre Fletcher 22(8) Wanindu Hasaranga 18(4)) | St Kitts and Nevis Patriots vs Barbados Tridents, 23rd Match, Caribbean Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SNP 220/4 (19.1) vs BBT
217/4 (Andre Fletcher 22(8) Wanindu Hasaranga 18(4)) | St Kitts and Nevis Patriots vs Barbados Tridents, 23rd Match, Caribbean Premier League 2026 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>
Gudakesh Motie to Andre Fletcher, SIX, marmalizes it down the ground for a mighty maximum, sending the crowd into a frenzy here at Warner Park. St Kitts win this by 6 wickets with 5 balls to spare
</p>
<p>
View all overs
</p>
<p>
Ramon Simmonds to Wanindu Hasaranga, FOUR, that should be the game for the home team! Hasaranga gets up on his toes and flays the short ball to the deep backward point fence
</p>
<p>
Ramon Simmonds to Wanindu Hasaranga, FOUR, a low full toss outside off, Hasaranga stays deep inside the crease and opens the bat face late to slice it past backward point's left for a much-needed boundary
</p>
<p>
Ramon Simmonds to Andre Fletcher, 1 run, yorker length outside off, Fletcher jams the drive to cover and hurries through for a quick single
</p>
<p>
Ramon Simmonds to Andre Fletcher, no run, this time the slower ball goes just inside the guide line outside off as Fletcher shoulders arms
</p>
<p>
Ramon Simmonds to Andre Fletcher, wide, slower full delivery angling away wide of off, Fletcher goes deep inside the crease and shoulders arms. That was a close call for the umpire
</p>
<p>
Ramon Simmonds to Andre Fletcher, 2 runs, drills the full ball off the cue end to long-off and they come rushing back to complete the second. A better throw at the bowling end would have been trouble for Wanindu Hasaranga, not to be...
</p>
<p>
Ramon Simmonds to Andre Fletcher, SIX, a slot ball on the stumps, Fletcher clears his front leg and helicopters it over long-on for a huge maximum
</p>
<p>
View all overs
</p>
<p>
Daniel Sams to Wanindu Hasaranga, FOUR, and the freehit goes for a boundary! Hasaranga makes use of the width and slices it behind point
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->