<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-08T09:29:34.732Z">
<
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 ZIM 214/7 (37) vs IRE
288/4 (Wellington Masakadza 1(1) Clive Madande 12(9)) | Zimbabwe vs Ireland, 1st ODI, Ireland tour of Zimbabwe, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ZIM 214/7 (37) vs IRE
288/4 (Wellington Masakadza 1(1) Clive Madande 12(9)) | Zimbabwe vs Ireland, 1st ODI, Ireland tour of Zimbabwe, 2023 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>
Hume to Madande, FOUR, Madande has done it for Zimbabwe! They win a last ball thriller as Madande hits a boundary. A low full toss by Hume, Madande goes down on his knee and whips it towards deep mid-wicket as the ball almost goes the distance. Doesn't matter if it's a six or four, it's enough as Zimbabwe win by 3 wickets! What a fantastic game of cricket as the Zimbabwean players rush on to the park to celebrate victory
</p>
<p>
Hume to W Masakadza, 1 run, full and quick around off, Masakadza drills this to long-off for a single
</p>
<p>
Hume to Brad Evans, out Lbw!! Some more drama! Hume fires a yorker at the stumps and Brad Evans is late to bring his bat down in time. Gets beaten due to the jaffa and is rapped on the pads. And the umpire doesn't waste any time to raise his finger. This game keeps swinging like the pendulum of a clock! Brad Evans lbw b Hume 6(2) [6s-1]
</p>
<p>
Hume to Brad Evans, SIX, Brad Evans has struck a first-ball six! Full and wide outside off, Brad Evans throws the kitchen sink at it and slices it over deep point as the ball just clears the fielder near the boundary
</p>
<p>
Hume to Ryan Burl, out Ryan Burl Run Out!! Burl is gone! Squeezes this through cover and he wanted to get back on strike desperately. Campher fires a flat and accurate throw at the keeper's end. He collects the ball calmly and takes off the bails as he manages to beat Burl's dive. Ireland will be the favourites from here as the set batter departs. 1 run completed .Ryan Burl run out (Campher/Tucker) 59(41) [4s-6 6s-2]
</p>
<p>
Hume to Madande, 1 run, yorker length ball on middle and leg, Madande tries to squeeze it out, gets an inside edge towards the keeper. They take a quick run, and Burl is back on strike as they need 12 runs more
</p>
<p>
View all overs
</p>
<p>
Joshua Little to Ryan Burl, SIX, what a strike! Joshua Little goes slightly full, this one's right into the slot and Ryan Burl has dispatched it over deep square leg for a clean six
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->