<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-01T11:58:42.766Z">
<
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 | RCB 187/2 (19.2) vs SRH
186/5 (Michael Bracewell 4(4) Glenn Maxwell 5(3)) | Sunrisers Hyderabad vs Royal Challengers Bangalore, 65th Match, Thu, May 18, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | RCB 187/2 (19.2) vs SRH
186/5 (Michael Bracewell 4(4) Glenn Maxwell 5(3)) | Sunrisers Hyderabad vs Royal Challengers Bangalore, 65th Match, Thu, May 18, 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>
Kartik Tyagi to M Bracewell, 2 runs, pitched up on off, driven down the ground and goes through mid-off! Klaasen looks to the heavens in dismay as his brilliant hundred ends up on the losing side! It's RCB who're triumphant as the march towards the playoff places continues
</p>
<p>
Kartik Tyagi to M Bracewell, wide, 147.9kph, full ball straying down leg, Bracewell swings and misses. It's a wide
</p>
<p>
Kartik Tyagi to M Bracewell, no run, pitched up on middle, 146.7kph, Bracewell drives to mid-off
</p>
<p>
Wd 4 W 1 1 1 4 (12 runs)RCB 184-2Glenn Maxwell5(3)Michael Bracewell2(2)T Natarajan4-0-34-1
</p>
<p>
T Natarajan to Maxwell, FOUR, Maxwell connects and ensures there won't be any drama! Full toss on off, he goes reverse and scoops it past short third
</p>
<p>
T Natarajan to M Bracewell, 1 run, low full toss on off as he goes for a yorker. Bracewell drives it into the pitch and over Natarajan's head
</p>
<p>
T Natarajan to Maxwell, 1 run, off-cutter pitched up on middle, Maxwell slices it through point
</p>
<p>
Over Summary: Wd 4 W 1 1 1 4 (12 runs)Glenn Maxwell5(3)Michael Bracewell2(2)Glenn Maxwell5(3)Glenn MaxwellMichael BracewellT Natarajan RCB 184-25(3)Michael Bracewell2(2)2(2)T Natarajan4-0-34-14-0-34-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->