<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-10T13:26:29.641Z">
<
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 | Spain vs Croatia, 2nd T20I, Croatia tour of Spain, 2025-->
<
script>
let title =
'Cricket commentary | Spain vs Croatia, 2nd T20I, Croatia tour of Spain, 2025';
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>
Adeel Raja to Damir Svilicic, out Damir Svilicic Run Out!! Damir Svilicic run out (Yasir Ali) 1(3)
</p>
<p>
Adeel Raja to Damir Svilicic, no run
</p>
<p>
1 0 W 1 W 1 (3 runs)CRT 42-9Damir Svilicic1(1)Sajid Khan1(1)Lorne Burns4-0-13-2
</p>
<p>
Lorne Burns to Damir Svilicic, 1 run
</p>
<p>
Lorne Burns to Sam Houghton, out Caught by Mohammad Kamran!! Sam Houghton c Mohammad Kamran b Lorne Burns 24(39) [4s-1 6s-1]
</p>
<p>
Lorne Burns to Sajid Khan, 1 run
</p>
<p>
Lorne Burns to Ranjithkumar Murugan, out Lbw!! Ranjithkumar Murugan lbw b Lorne Burns 0(2)
</p>
<p>
Lorne Burns to Ranjithkumar Murugan, no run
</p>
<p>
Lorne Burns to Sam Houghton, 1 run
</p>
<p>
1 0 0 0 0 W (1 runs)CRT 39-7Vedran Zanko5(20)Sam Houghton23(37)Charlie Rumistrzewicz3-0-12-1
</p>
<p>
Charlie Rumistrzewicz to Vedran Zanko, out Caught by Alec Davidson!! Vedran Zanko c Alec Davidson b Charlie Rumistrzewicz 5(20)
</p>
<p>
Charlie Rumistrzewicz to Vedran Zanko, no run
</p>
<p>
Charlie Rumistrzewicz to Vedran Zanko, no run
</p>
<p>
Over Summary: 1 0 W 1 W 1 (3 runs)Damir Svilicic1(1)Sajid Khan1(1)Damir Svilicic1(1)Damir SvilicicSajid KhanLorne Burns CRT 42-91(1)Sajid Khan1(1)1(1)Lorne Burns4-0-13-24-0-13-2
</p>
<p>
Over Summary: 1 0 0 0 0 W (1 runs)Vedran Zanko5(20)Sam Houghton23(37)Vedran Zanko5(20)Vedran ZankoSam HoughtonCharlie Rumistrzewicz CRT 39-75(20)Sam Houghton23(37)23(37)Charlie Rumistrzewicz3-0-12-13-0-12-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->