<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-02T12:51:58.308Z">
<
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 PR 129/6 (20) vs MICT
142/9 (Ferisco Adams 6(6) Evan Jones 13(12)) | Paarl Royals vs MI Cape Town, 16th Match, SA20, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'PR 129/6 (20) vs MICT
142/9 (Ferisco Adams 6(6) Evan Jones 13(12)) | Paarl Royals vs MI Cape Town, 16th Match, SA20, 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>
Odean Smith to Evan Jones, no run, slower delivery, Evan Jones swings hard in an attempt to mow it over mid-wicket, connects with thin air. MI Cape Town win by 13 runs!
</p>
<p>
Odean Smith to Adams, 1 run, hurriedly pulled over mid-wicket for a single
</p>
<p>
Odean Smith to Evan Jones, 1 run, driven hard but straight to extra cover for just a single
</p>
<p>
Odean Smith to Evan Jones, no run, moves leg-side to heave and only manages an inside edge into the on-side. Smith is quick to get to the ball
</p>
<p>
Odean Smith to Adams, 1 run, makes room to slap it through the off-side but this short of length ball hits him high on the bat and falls wide of extra cover
</p>
<p>
Odean Smith to Adams, 2 runs, slow, full and on the stumps, drilled back at the bowler who deflects it towards the mid-on region. The batters take two
</p>
<p>
View all overs
</p>
<p>
Jofra Archer to Adams, 1 run, slower delivery, Adams waits and heaves it to deep mid-wicket. Superb over from Archer - just 4 runs + Buttler's wicket!
</p>
<p>
Jofra Archer to Adams, no run, slower ball bumper, Adams misses the pull. Looked like it was over the batsman's head but no wide call from the umpire
</p>
<p>
Jofra Archer to Evan Jones, 1 run, pace off, Jones is early to swing his bat for a heave and inside-edges it onto his pad
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->