<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-19T23:37:07.670Z">
<
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 | GT 198/4 (19.1) vs RCB
197/5 (Shubman Gill 104(52) Rahul Tewatia 4(5)) | Royal Challengers Bangalore vs Gujarat Titans, 70th Match, Sun, May 21, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | GT 198/4 (19.1) vs RCB
197/5 (Shubman Gill 104(52) Rahul Tewatia 4(5)) | Royal Challengers Bangalore vs Gujarat Titans, 70th Match, Sun, May 21, 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>
Parnell to Shubman Gill, SIX, hundred for Shubman Gill! His second in as many matches. Slot ball, Shubman Gill thumps it over long-on. Brings up the century in style and GT win by 6 wickets!
</p>
<p>
Parnell to Shubman Gill, wide, Now, it's RCB's turn to review one. Parnell goes for the wide yorker and Shubman Gill couldn't reach out for it. The onfield call stays and so does the free-hit
</p>
<p>
Parnell to Shubman Gill, no ball, wide signalled but Shubman Gill thinks it's a no-ball. He's reviewed it. Did that slip out of Parnell's hand? Full toss and miles outside off. Yes, it's above waist. So, Shubman Gill will get a free-hit!
</p>
<p>
1 Wd 6 1 2 0 0 (11 runs)GT 190-4Rahul Tewatia4(5)Shubman Gill98(50)Harshal Patel4-0-29-1
</p>
<p>
Harshal Patel to Rahul Tewatia, no run, dot to end the over! 119.8kph, Harshal probably saw the batter step out and bowled a wide yorker outside off. No shot offered and that was inside the tramline
</p>
<p>
Harshal Patel to Rahul Tewatia, no run, 124.7kph, fullish delivery, pushed back to the bowler off the inner part of the bat. Applause from the crowd
</p>
<p>
Harshal Patel to Rahul Tewatia, 2 runs, pitched up, driven past the extra cover fielder for a couple
</p>
<p>
Harshal Patel to Shubman Gill, 1 run, short delivery, pulled to deep square leg
</p>
<p>
Over Summary: 1 Wd 6 1 2 0 0 (11 runs)Rahul Tewatia4(5)Shubman Gill98(50)Rahul Tewatia4(5)Rahul TewatiaShubman GillHarshal Patel GT 190-44(5)Shubman Gill98(50)98(50)Harshal Patel4-0-29-14-0-29-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->