<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-30T21:31:28.908Z">
<
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 BRM 116/9 (100) vs SOU
128/8 (Sean Dickson 20(13) Usman Tariq 0(0)) | Southern Brave vs Birmingham Phoenix, 13th Match, The Hundred Men's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BRM 116/9 (100) vs SOU
128/8 (Sean Dickson 20(13) Usman Tariq 0(0)) | Southern Brave vs Birmingham Phoenix, 13th Match, The Hundred Men's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
100
</p>
<p>
Luke Wood to Sean Dickson, 1 run, that's the game for Southern Brave! A back of a length delivery on off, Sean Dickson mishits it past the left side of the bowler towards mid-off for a run. Brave finally open their account this season
</p>
<p>
Luke Wood to Sean Dickson, no run, a full-toss on middle and off, Sean Dickson tries to hit it across the line but gets it off the outer half to cover-point. The hosts have won the game unless there's an illegal delivery
</p>
<p>
Luke Wood to Saqib Mahmood, out Saqib Mahmood Run Out!! That's a team hat-trick! The home crowd is up on its feet! A back of a length delivery on off, Saqib Mahmood taps it towards point and the batters set off. Rashid moves across to his right and collects it at a good height. He hits the bull's eye to catch Saqib short of his crease. Terrific stuff. Saqib Mahmood run out (Adil Rashid) 0(1)
</p>
<p>
Luke Wood to Scott Currie, out Caught by Jamie Smith!! Two in two for Luke Wood! 81mph well-directed bouncer on off, Scott Currie clears his front leg and tries to pull it across but only manages to nick it behind. A regulation take for Jamie Smith. Scott Currie c Jamie Smith b Luke Wood 0(1)
</p>
<p>
Luke Wood to Ben Dwarshuis, out Caught by David Miller!! 84mph pace on delivery shaping towards leg-stump, Ben Dwarshuis clears his front leg and tries to heave it across but is early into the stroke. Gets a leading edge that flies to covers. Miller moves across to his right and gets low to take it before tumbling down. Miller had lost balance but he gathered himself and kept his eyes on the ball to pouch it. Ben Dwarshuis c David Miller b Luke Wood 4(8)
</p>
<p>
Chris Jordan to Sean Dickson, 1 run, Chris Jordan switches to round the wicket and bowls it full on middle and leg, Sean Dickson drags the heave through backward square leg. The batters search for the second run but it's not on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->