<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:09:51.520Z">
<
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 AUSW 202/0 (24.5) vs BANW
198/9 (Phoebe Litchfield 84(72) Alyssa Healy 113(77)) | Australia Women vs Bangladesh Women, 17th Match, Thu, Oct 16, ICC Womens World Cup 2025 | Cricbuzz.com-->
<
script>
let title =
'AUSW 202/0 (24.5) vs BANW
198/9 (Phoebe Litchfield 84(72) Alyssa Healy 113(77)) | Australia Women vs Bangladesh Women, 17th Match, Thu, Oct 16, 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>
Fariha Trisna to Phoebe Litchfield, FOUR, 200 up for the partnership! Less than 25 overs and the chase has been wrapped up as well. This is a huge win by 10 wickets. Australia have made it to the semis and have done so with a massive statement. That was a fuller ball, outside off, Litchfield powered it wide of the fielder at mid-off
</p>
<p>
Fariha Trisna to Phoebe Litchfield, FOUR, straight down the ground for a four. The scores are level. Was a low full toss, Phoebe Litchfield timed it to perfection and punched it back past the bowler
</p>
<p>
Fariha Trisna to Phoebe Litchfield, no run, very full, outside off, speared in, Phoebe Litchfield looked to employ the reverse and misses
</p>
<p>
Fariha Trisna to Healy, 1 run, very full, at the sticks, the batter backs away and jams it out into the off-side for a single
</p>
<p>
Fariha Trisna to Phoebe Litchfield, 1 run, drop kicks the fuller length delivery and the ball lands short of the deep cover fielder. They get a single only. Over to Healy to finish it off
</p>
<p>
0 1 1 4 4 4 (14 runs)AUSW 192-0Alyssa Healy112(76)Phoebe Litchfield75(68)Ritu Moni7-0-54-0
</p>
<p>
Ritu Moni to Healy, FOUR, fuller length delivery, Healy backed away and sliced it over point. She is toying with the field here. She wants to hit the hotel room as soon as possible. Has been a sensational knock from her
</p>
<p>
Over Summary: 0 1 1 4 4 4 (14 runs)Alyssa Healy112(76)Phoebe Litchfield75(68)Alyssa Healy112(76)Alyssa HealyPhoebe LitchfieldRitu Moni AUSW 192-0112(76)Phoebe Litchfield75(68)75(68)Ritu Moni7-0-54-07-0-54-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->