<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-24T05:00:46.347Z">
<
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 | Guyana Amazon Warriors vs Trinbago Knight Riders, 28th Match, Caribbean Premier League 2022-->
<
script>
let title =
'Cricket commentary | Guyana Amazon Warriors vs Trinbago Knight Riders, 28th Match, Caribbean Premier League 2022';
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>
Junior Sinclair to Shaaron Lewis, out Caught by Hetmyer!! Lofted down the ground, hasn't got hold of it and it's been taken at long-on. Warriors win handsomely to qualify. Shaaron Lewis c Hetmyer b Junior Sinclair 1(3)
</p>
<p>
Junior Sinclair to Dupavillon, 1 run, looks to cut and chops it into the off-side
</p>
<p>
Junior Sinclair to Dupavillon, no run, length ball fired in on leg, Dupavillon pushes back to Sinclair
</p>
<p>
Junior Sinclair to Shaaron Lewis, 1 run, length ball outside off, driven to long-off
</p>
<p>
Junior Sinclair to Shaaron Lewis, no run, flat length ball just outside off, it skids through and beats the edge. Huge appeal from Gurbaz. It's not given and he urges the captain for a review. There's a big gap between bat and ball though
</p>
<p>
Junior Sinclair to Rampaul, out Bowled!! Floated up from round the wicket, Rampaul looks to slog through the on-side, he misses and out goes the middle stump. Rampaul b Junior Sinclair 1(2)
</p>
<p>
View all overs
</p>
<p>
Shakib to Rampaul, 1 run, short ball darted in on leg, Rampaul mistimes the pull through midwicket
</p>
<p>
Shakib to Dupavillon, 1 run, length ball on middle, Dupavillon cuts through cover
</p>
<p>
Shakib to Narine, out Bowled!! Not short enough to pull, it skids through, goes under the bat and crashes into off stump! Narine b Shakib 19(12) [4s-1 6s-2]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->