<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-29T17:58:30.271Z">
<
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 150/8 (20) vs INDW
188/7 (Lauren Bell 1(1) Charlotte Dean 11(11)) | England Women vs India Women, 1st T20I, India Women tour of England 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ENGW 150/8 (20) vs INDW
188/7 (Lauren Bell 1(1) Charlotte Dean 11(11)) | England Women vs India Women, 1st T20I, India Women tour of England 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Arundhati Reddy to Lauren Bell, 1 run, Bell gets hold of the low full toss and tonks it down to long-on. Bell sent back Charlotte Dean but there was a direct hit at the batter's end but she was easily in. India take a 1-0 lead as they win by 38 runs
</p>
<p>
Arundhati Reddy to Charlie Dean, 1 run, dances down and jams the ball out wide of short fine for a single. Last ball coming up..
</p>
<p>
Arundhati Reddy to Charlie Dean, FOUR, charges down and slogs the ball wide of deep mid for a four. That was hit hard and into the gap
</p>
<p>
Arundhati Reddy to Charlie Dean, out Sophie Ecclestone Run Out!! Lot of chaos out there. Sophie Ecclestone is walking off. Was a low full toss, the batter scooped the ball down to short fine. Sophie Ecclestone wanted a single but was sent back but the call was too late. Both batters were at the same end. The throw came in at the bowler's end and the job was done. Sophie Ecclestone run out (Yastika Bhatia/Arundhati Reddy) 13(7) [4s-2]
</p>
<p>
Arundhati Reddy to Sophie Ecclestone, 1 run, very full, angled in, whipped down to long-on for a single
</p>
<p>
Arundhati Reddy to Charlie Dean, 1 run, very full, jams the ball down to long-off for a single
</p>
<p>
View all overs
</p>
<p>
Shree Charani to Charlie Dean, 1 run, fuller length delivery, outside off, Charlotte Dean looks to paddle it and cue-ends the ball down on to the on-side for a single. Shree Charani ends a fine spell. She has been India's go to bowler for the last some months
</p>
<p>
Shree Charani to Charlie Dean, no run, low full toss, outside off, slapped back to the bowler
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->