<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-23T22:34:18.483Z">
<
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 WZONE 31/2 (10) vs NZONE
251 (Shivalik Sharma 0(1) Musheer Khan 6(21)) | North Zone vs West Zone, 2nd Quarter final, Duleep Trophy 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WZONE 31/2 (10) vs NZONE
251 (Shivalik Sharma 0(1) Musheer Khan 6(21)) | North Zone vs West Zone, 2nd Quarter final, Duleep Trophy 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 1: Stumps - West Zone trail by 220 runs';
let live_score =
'31/2(10)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Shivalik SharmaView match performanceView profile';
let score =
'0';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Arshdeep SinghView match performanceView profile';
let overs =
'4';
let runs =
'19';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'0(7)';
let recent_balls =
'';
let last_wicket =
'31 runs, 2 wkts';
let current_run_rate =
'3.1';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
View all overs
</p>
<p>
Arshdeep Singh to Shivalik Sharma, no run
</p>
<p>
Arshdeep Singh to Harvik Desai, out Caught by Ayush Doseja!! Harvik Desai c Ayush Doseja b Arshdeep Singh 3(17)
</p>
<p>
Arshdeep Singh to Harvik Desai, no run
</p>
<p>
Arshdeep Singh to Harvik Desai, no run
</p>
<p>
Arshdeep Singh to Musheer Khan, 1 run
</p>
<p>
Arshdeep Singh to Musheer Khan, no run
</p>
<p>
View all overs
</p>
<p>
Abid Mushtaq to Musheer Khan, 1 run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Musheer Khan, no run
</p>
<p>
Abid Mushtaq to Harvik Desai, 1 run
</p>
<p>
Abid Mushtaq to Musheer Khan, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->