<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-01T02:06:44.937Z">
<
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 JT 166 vs GAW
178/8 (Chris Green 1(1) ) | Guyana Amazon Warriors vs Jamaica Tallawahs, 25th Match, Wed, Sep 21, Caribbean Premier League 2022 | Cricbuzz.com-->
<
script>
let title =
'JT 166 vs GAW
178/8 (Chris Green 1(1) ) | Guyana Amazon Warriors vs Jamaica Tallawahs, 25th Match, Wed, Sep 21, Caribbean Premier League 2022 | Cricbuzz.com';
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>
Odean Smith to Amir, out Amir Run Out!! Guyana win by 12 runs! A pacy back of a length ball, Amir misses the cut and the batters try to steal a single via byes. Gurbaz throws it to the bowler who runs back and lights up the sticks to catch Amir short of his ground. Amir run out (Gurbaz/Odean Smith) 0(1)
</p>
<p>
Odean Smith to Migael Pretorius, out Caught by Motie!! Motie again! Slower ball into the pitch, Migael Pretorius heaves but picks out the man. Motie moves to his left from deep mid-wicket to take the catch. Migael Pretorius c Motie b Odean Smith 0(1)
</p>
<p>
Odean Smith to Brandon King, out Brandon King Run Out!! 1 run completed. Brandon King is gone! Short of a length ball, pulled through mid-wicket off the back foot and the batters decide to come back for the second. Motie sprints across and is quick to release the ball. The throw comes to the keeper's end and it's slightly wide. Gurbaz gathers it cleanly and lunges across to break the sticks. King is short of his crease! End of a top-class knock. Brandon King run out (Motie/Gurbaz) 104(66) [4s-8 6s-7]
</p>
<p>
Odean Smith to Brandon King, no run, length delivery, Brandon King swings hard and gets an inside edge onto his pad
</p>
<p>
Odean Smith to Brandon King, SIX, second hundred for Brandon King! Poor delivery from Odean Smith. Shortish ball, leg-lined, King swivels and helps it on its way over long leg for an 87m six. The opener removes his helmet and raises his bat. Gets a standing ovation from his team-mates
</p>
<p>
Bumrah is available but no decision on whether he will play: Doeschate
</p>
<p>
England vs India: 2nd Test Preview
</p>
<p>
Three changes India should make for the 2nd Test vs England
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->