<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-12T23:34:34.995Z">
<
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 | Central Districts vs Otago, 25th Match, The Ford Trophy 2025-26-->
<
script>
let title =
'Cricket commentary | Central Districts vs Otago, 25th Match, The Ford Trophy 2025-26';
let latest_update =
'Rain stops play';
let live_score =
'8-0(1.4)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jacob Cumming';
let score =
'6';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Josh Clarkson';
let overs =
'0.4';
let runs =
'2';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'8(10)';
let recent_balls =
'... Wd 0 4 0 1 0 0 | 1 0 0 1';
let last_wicket =
'';
let current_run_rate =
'4.8';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Josh Clarkson to Hugo Bogue, 1 run
</p>
<p>
Josh Clarkson to Hugo Bogue, no run
</p>
<p>
Josh Clarkson to Hugo Bogue, no run
</p>
<p>
Josh Clarkson to Jacob Cumming, 1 run
</p>
<p>
Wd 0 4 0 1 0 0 (6 runs)OTG 6-0Hugo Bogue0(2)Jacob Cumming5(4)Brett Randell1-0-6-0
</p>
<p>
Randell to Hugo Bogue, no run
</p>
<p>
Randell to Hugo Bogue, no run
</p>
<p>
Randell to Jacob Cumming, 1 run
</p>
<p>
Randell to Jacob Cumming, no run
</p>
<p>
Randell to Jacob Cumming, FOUR
</p>
<p>
Randell to Jacob Cumming, no run
</p>
<p>
Randell to Jacob Cumming, wide
</p>
<p>
Over Summary: Wd 0 4 0 1 0 0 (6 runs)Hugo Bogue0(2)Jacob Cumming5(4)Hugo Bogue0(2)Hugo BogueJacob CummingBrett Randell OTG 6-00(2)Jacob Cumming5(4)5(4)Brett Randell1-0-6-01-0-6-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->