<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-25T13:13:52.192Z">
<
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 206/5 (18.5) vs GT
205/3 (Tim David 10(9) Krunal Pandya 23(12)) | Royal Challengers Bengaluru vs Gujarat Titans, 34th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | RCB 206/5 (18.5) vs GT
205/3 (Tim David 10(9) Krunal Pandya 23(12)) | Royal Challengers Bengaluru vs Gujarat Titans, 34th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Jason Holder to Krunal Pandya, 1 run, RCB win by 5 wickets with 7 balls to spare! A short ball by Jason Holder and Krunal Pandya hooks it towards fine leg and takes RCB over the line. The players have the customary handshakes between them. The RCB contingent is ecstatic as they hug each other near the dugout. "Defending champions playing like Defending champions," says Eoin Morgan on air
</p>
<p>
Jason Holder to Krunal Pandya, FOUR, pulled away! Scores level. A short ball by Jason Holder and Krunal Pandya has pulled this towards the deep square leg fence. Just a run away from victory are RCB
</p>
<p>
Jason Holder to Tim David, 1 run, good length delivery around middle and leg, whipped across the line for a single through mid-wicket
</p>
<p>
Jason Holder to Krunal Pandya, 1 run, on the shorter side as Krunal Pandya pulls it through square leg for a single
</p>
<p>
Jason Holder to Krunal Pandya, no run, short ball outside off, good amount of carry, Krunal Pandya goes for an upper cut, misses
</p>
<p>
View all overs
</p>
<p>
Manav Suthar to Krunal Pandya, 1 run, squeezed towards mid-wicket for a single only 7 runs required in 12 balls
</p>
<p>
Manav Suthar to Krunal Pandya, SIX, that shot should seal the deal. This is why they don't use left-arm finger spinners against left-handed batters. Krunal Pandya has made the most of that opportunity. This was a flatter delivery around off and Krunal Pandya clubbed it over deep mid-wicket for half-a-dozen
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->