<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-09T19:43:48.970Z">
<
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 ENGW 182/6 (46.1) vs BANW
178 (Charlotte Dean 27(56) Heather Knight 79(111)) | England Women vs Bangladesh Women, 8th Match, Tue, Oct 7, ICC Womens World Cup 2025 | Cricbuzz.com-->
<
script>
let title =
'ENGW 182/6 (46.1) vs BANW
178 (Charlotte Dean 27(56) Heather Knight 79(111)) | England Women vs Bangladesh Women, 8th Match, Tue, Oct 7, 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>
Sobhana Mostary to Charlie Dean, FOUR, England win by 4 wickets. They were given a real scare, but experience in the form of Heather Knight has seen them home. Spare a thought for Bangladesh, who fought tooth and nail and came agonisingly close to pulling off their biggest win. Coming to the ball: It’s a full toss from Mostary and Dean puts it away in front of square to seal the game. Relief for England, heartbreak for Bangladesh!
</p>
<p>
1 0 2 1 1 0 (5 runs)ENGW 178-6Heather Knight79(111)Charlotte Dean23(55)Shorna Akter7-0-33-0
</p>
<p>
Shorna Akter to Knight, no run, shuffles across and tries to work it into the leg-side, closes the bat face and the leading edge rolls back to Shorna
</p>
<p>
Shorna Akter to Charlie Dean, 1 run, short of length on off, Dean goes back and nudges it to mid-wicket
</p>
<p>
Shorna Akter to Knight, 1 run, flighted delivery on middle, Knight kneels down and sweeps to deep square leg, just a single
</p>
<p>
Shorna Akter to Knight, 2 runs, in the air and safe. Knight is looking to finish with a big shot. She shimmies down the wicket and does not get to the pitch, but goes through with the loft and miscues it over mid-off, clears the backtracking fielder and picks up a couple
</p>
<p>
Over Summary: 1 0 2 1 1 0 (5 runs)Heather Knight79(111)Charlotte Dean23(55)Heather Knight79(111)Heather KnightCharlotte DeanShorna Akter ENGW 178-679(111)Charlotte Dean23(55)23(55)Shorna Akter7-0-33-07-0-33-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->