<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-29T00:26:11.915Z">
<
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 IPL | RR 59 vs RCB
171/5 (Sandeep Sharma 0(1) ) | Rajasthan Royals vs Royal Challengers Bangalore, 60th Match, Sun, May 14, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | RR 59 vs RCB
171/5 (Sandeep Sharma 0(1) ) | Rajasthan Royals vs Royal Challengers Bangalore, 60th Match, Sun, May 14, Indian Premier League 2023 | 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>
Karn Sharma to KM Asif, out Caught by Kohli!! The ghosts of 49 might have been exorcised a little today. Was a tossed up delivery, KM Asif went for the big heave down the ground and had Kohli waiting under the ball. Was an easy catch. Well tossed up, KM Asif slammed it but didn't time it. RR have been shunted out for 59. RCB win this by 112 runs.KM Asif c Kohli b Karn Sharma 0(2)
</p>
<p>
Karn Sharma to KM Asif, no run, defends it out into the off-side
</p>
<p>
Karn Sharma to Zampa, out Bowled!! That was a quickish googly. The batter for some strange reasons wanted to reverse lap it and missed it. The ball thudded into the sticks. Ninth one down. Karn was decimated by Hetmyer in the previous over but a poor shot has allowed him to get a wicket. RCB would be so happy with this effort. Zampa b Karn Sharma 2(6)
</p>
<p>
0 1 2 0 W 0 (3 runs)RR 59-8Sandeep Sharma0(1)Adam Zampa2(5)Glenn Maxwell1-0-3-1
</p>
<p>
Maxwell to Sandeep Sharma, no run, tossed up delivery, pushed back to the bowler
</p>
<p>
Maxwell to Hetmyer, out Caught by M Bracewell!! Gone! That should be it. RCB now would wait for the margin of the victory. That was a tossed up delivery, Hetmyer went for the slog sweep but failed to beat the man at long-on. Simple take for the fielder. RR lose number 8. RCB are elated. They have annihilated RR so far. 171 didn't look that great but they have bounced back superbly with the ball. Hetmyer c M Bracewell b Maxwell 35(19) [4s-1 6s-4]
</p>
<p>
Over Summary: 0 1 2 0 W 0 (3 runs)Sandeep Sharma0(1)Adam Zampa2(5)Sandeep Sharma0(1)Sandeep SharmaAdam ZampaGlenn Maxwell RR 59-80(1)Adam Zampa2(5)2(5)Glenn Maxwell1-0-3-11-0-3-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->