<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-12-14T17:45:16.207Z">
<
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 | Trinbago Knight Riders vs Guyana Amazon Warriors, Final, Caribbean Premier League 2023-->
<
script>
let title =
'Cricket commentary | Trinbago Knight Riders vs Guyana Amazon Warriors, Final, Caribbean Premier League 2023';
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>
1 2 6 0 4 6 (19 runs)GAW 99-1Saim Ayub52(41)Shai Hope32(32)Ali Khan2-0-28-0
</p>
<p>
Ali Khan to Saim Ayub, SIX, round the wicket, slot ball, smashed into the air and all the way. Saim Ayub takes his helmet off and opens his arms with bat in the other hand. The Guyana Amazon Warriors are champions for the first time. Ayub completes his. The party starts for the Warriors are they run onto the field to join their batters
</p>
<p>
Over Summary: 1 2 6 0 4 6 (19 runs)Saim Ayub52(41)Shai Hope32(32)Saim Ayub52(41)Saim AyubShai HopeAli Khan GAW 99-152(41)Shai Hope32(32)32(32)Ali Khan2-0-28-02-0-28-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->