<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-29T23:05:25.275Z">
<
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 BK 120 vs INDCAP
198/5 (Tanmay Srivastava 27(30) ) | India Capitals vs Bhilwara Kings, 4th Match, Wed, Sep 21, Legends League Cricket 2022 | Cricbuzz.com-->
<
script>
let title =
'BK 120 vs INDCAP
198/5 (Tanmay Srivastava 27(30) ) | India Capitals vs Bhilwara Kings, 4th Match, Wed, Sep 21, Legends League Cricket 2022 | Cricbuzz.com';
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>
R Bhatia to F Edwards, out Bowled!! F Edwards b R Bhatia 7(7)
</p>
<p>
R Bhatia to F Edwards, 2 runs
</p>
<p>
1 1 1 0 1 1 (5 runs)BK 118-9Fidel Edwards5(5)Tanmay Srivastava27(30)Praveen Gupta2-0-9-1
</p>
<p>
Praveen Gupta to F Edwards, 1 run
</p>
<p>
Praveen Gupta to Srivastava, 1 run
</p>
<p>
Praveen Gupta to Srivastava, no run
</p>
<p>
Praveen Gupta to F Edwards, 1 run
</p>
<p>
Praveen Gupta to Srivastava, 1 run
</p>
<p>
Praveen Gupta to F Edwards, 1 run
</p>
<p>
1 W 1 0 1 1 (4 runs)BK 113-9Fidel Edwards2(2)Tanmay Srivastava25(27)Rajat Bhatia1-0-4-1
</p>
<p>
R Bhatia to F Edwards, 1 run
</p>
<p>
R Bhatia to Srivastava, 1 run
</p>
<p>
R Bhatia to Srivastava, no run
</p>
<p>
R Bhatia to F Edwards, 1 run
</p>
<p>
R Bhatia to Best, out Lbw!! Best lbw b R Bhatia 0(1)
</p>
<p>
R Bhatia to Srivastava, 1 run
</p>
<p>
Over Summary: 1 1 1 0 1 1 (5 runs)Fidel Edwards5(5)Tanmay Srivastava27(30)Fidel Edwards5(5)Fidel EdwardsTanmay SrivastavaPraveen Gupta BK 118-95(5)Tanmay Srivastava27(30)27(30)Praveen Gupta2-0-9-12-0-9-1
</p>
<p>
Over Summary: 1 W 1 0 1 1 (4 runs)Fidel Edwards2(2)Tanmay Srivastava25(27)Fidel Edwards2(2)Fidel EdwardsTanmay SrivastavaRajat Bhatia BK 113-92(2)Tanmay Srivastava25(27)25(27)Rajat Bhatia1-0-4-11-0-4-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->