<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-04T23:29:22.568Z">
<
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 Cricket commentary | Gujarat Giants Women vs Royal Challengers Bengaluru Women, 12th Match, Women's Premier League 2026-->
<
script>
let title =
'Cricket commentary | Gujarat Giants Women vs Royal Challengers Bengaluru Women, 12th Match, Women's Premier League 2026';
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>
1 1 0 0 1 0 (3 runs)GGTW 117-8Renuka Singh Thakur6(6)Tanuja Kanwer11(11)Nadine de Klerk4-0-17-2
</p>
<p>
Nadine de Klerk to Renuka Singh, no run, yorker on the off stump, Renuka digs it out and RCB have become the first team to advance to the playoffs
</p>
<p>
Nadine de Klerk to Tanuja Kanwer, 1 run, has a big swing at this length delivery and drills it to long-on
</p>
<p>
Nadine de Klerk to Tanuja Kanwer, no run, now she tries the reverse lap but gets hit on the arm
</p>
<p>
Nadine de Klerk to Tanuja Kanwer, no run, slower delivery on the stumps, Tanuja looks to slap, under edge rolls to the keeper
</p>
<p>
Nadine de Klerk to Renuka Singh, 1 run, driven to Smriti at mid-off. Renuka Singh wasn't keen because it went straight to the fielder. Tanuja Kanwer had run halfway down the pitch though. Smriti aimed the stumps and missed, eventually they take the single with the overthrow
</p>
<p>
Nadine de Klerk to Tanuja Kanwer, 1 run, full delivery on the leg stump, Tanuja lofts and hits it on the bounce to long-on
</p>
<p>
Over Summary: 1 1 0 0 1 0 (3 runs)Renuka Singh Thakur6(6)Tanuja Kanwer11(11)Renuka Singh Thakur6(6)Renuka Singh ThakurTanuja KanwerNadine de Klerk GGTW 117-86(6)Tanuja Kanwer11(11)11(11)Nadine de Klerk4-0-17-24-0-17-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->