<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:08:04.356Z">
<
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 RSAW 125/0 (14.5) vs SLW
105/7 (Tazmin Brits 55(42) Laura Wolvaardt 60(47)) | Sri Lanka Women vs South Africa Women, 18th Match, Fri, Oct 17, ICC Womens World Cup 2025 | Cricbuzz.com-->
<
script>
let title =
'RSAW 125/0 (14.5) vs SLW
105/7 (Tazmin Brits 55(42) Laura Wolvaardt 60(47)) | Sri Lanka Women vs South Africa Women, 18th Match, Fri, Oct 17, ICC Womens World Cup 2025 | 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>
Piumi Badalge to Tazmin Brits, SIX, and SA win by 10 wickets! Finishes off with a sixer. Tazmin Brits gets to her third ODI fifty. That was dropped short, Tazmin Brits danced out and hammered it over deep mid. SA have won but not before making a powerful statement. Their fourth win and all of them have come in a run-chase
</p>
<p>
Piumi Badalge to Tazmin Brits, FOUR, off the edge and four more. Tazmin Brits moves to 49. SA need two more to win. That was wide, outside off, Tazmin Brits looked to swing it away and got it off the edge for a four
</p>
<p>
Piumi Badalge to Wolvaardt, 1 run, length delivery, outside off, punched down to the fielder at deep cover for a single
</p>
<p>
Piumi Badalge to Wolvaardt, 5 wides, poor one, the writing is on the wall now. Was a terrible delivery down leg, the batter missed it and so did the keeper but the ball has gone away for five wides. 7 needed now
</p>
<p>
Piumi Badalge to Tazmin Brits, 1 run, chips down the track and pats it down to long-on for a single
</p>
<p>
Piumi Badalge to Tazmin Brits, 2 runs, fuller length delivery, heaved down to deep mid for a brace. That was not timed by Tazmin Brits as she lofted the ball away
</p>
<p>
4 1 1 1 1 2 (10 runs)RSAW 106-0Laura Wolvaardt59(46)Tazmin Brits42(38)Chamari Athapaththu3-0-22-0
</p>
<p>
Chamari Athapaththu to Wolvaardt, 2 runs, stabs the ball off the sticks and gets it wide of long-on who dives to stop it. Two more added to end the over
</p>
<p>
Chamari Athapaththu to Tazmin Brits, 1 run, short of the fielder at deep mid. The batter stayed back to slam the slog sweep but the ball landed short of the fielder
</p>
<p>
Over Summary: 4 1 1 1 1 2 (10 runs)Laura Wolvaardt59(46)Tazmin Brits42(38)Laura Wolvaardt59(46)Laura WolvaardtTazmin BritsChamari Athapaththu RSAW 106-059(46)Tazmin Brits42(38)42(38)Chamari Athapaththu3-0-22-03-0-22-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->