<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-06T01:10:14.246Z">
<
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 ZIMWU19 80 vs RWAWU19
119/8 (Vimbai Mutungwindu 2(5) ) | Zimbabwe Women U19 vs Rwanda Women U19, 14th Match, Group B, Tue, Jan 17, ICC Under 19 Womens T20 World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'ZIMWU19 80 vs RWAWU19
119/8 (Vimbai Mutungwindu 2(5) ) | Zimbabwe Women U19 vs Rwanda Women U19, 14th Match, Group B, Tue, Jan 17, ICC Under 19 Womens T20 World Cup 2023 | 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>
Henriette Ishimwe to Faith Ndlalambi, out Bowled!! Faith Ndlalambi b Henriette Ishimwe 0(1)
</p>
<p>
Henriette Ishimwe to Chipo Moyo, out Bowled!! Chipo Moyo b Henriette Ishimwe 0(1)
</p>
<p>
Henriette Ishimwe to Olinda Chare, out Lbw!! Olinda Chare lbw b Henriette Ishimwe 0(1)
</p>
<p>
Henriette Ishimwe to Kudzai Chigora, out Bowled!! Kudzai Chigora b Henriette Ishimwe 0(1)
</p>
<p>
Wd 0 0 0 0 W 0 (1 runs)ZIMWU19 80-6Vimbai Mutungwindu2(5)Kudzai Chigora0(0)Geovanis Uwase2-0-3-1
</p>
<p>
Geovanis Uwase to Vimbai Mutungwindu, no run
</p>
<p>
Geovanis Uwase to Adelle Zimunhu, out Adelle Zimunhu Run Out!! Adelle Zimunhu run out (Gisele Ishimwe) 11(14) [4s-1]
</p>
<p>
Geovanis Uwase to Adelle Zimunhu, no run
</p>
<p>
Geovanis Uwase to Adelle Zimunhu, no run
</p>
<p>
Geovanis Uwase to Adelle Zimunhu, no run
</p>
<p>
Geovanis Uwase to Adelle Zimunhu, no run
</p>
<p>
Gill showing an air of inevitability: Harsha Bhogle
</p>
<p>
Fear of 'Bazball' - Why did India delay declaration?
</p>
<p>
Intrigued if Stokes' England can play for a draw: Michael Vaughan
</p>
<p>
Over Summary: Wd 0 0 0 0 W 0 (1 runs)Vimbai Mutungwindu2(5)Kudzai Chigora0(0)Vimbai Mutungwindu2(5)Vimbai MutungwinduKudzai ChigoraGeovanis Uwase ZIMWU19 80-62(5)Kudzai Chigora0(0)0(0)Geovanis Uwase2-0-3-12-0-3-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->