<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-10T13:25:04.792Z">
<
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 Cricket commentary | Nigeria vs Zambia, 10th Match, West Africa Trophy 2025-->
<
script>
let title =
'Cricket commentary | Nigeria vs Zambia, 10th Match, West Africa Trophy 2025';
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>
W 6 W 1 W W (7 runs)ZMB 135-10Aslam Bera0(1)Musonda Yambayamba1(1)Isaac Okpe4-0-25-5
</p>
<p>
Isaac Okpe to Aslam Bera, out Bowled!! Aslam Bera b Isaac Okpe 0(1)
</p>
<p>
Isaac Okpe to Soyeb Pendi, out Caught by Sylvester Okpe!! Soyeb Pendi c Sylvester Okpe b Isaac Okpe 1(5)
</p>
<p>
Isaac Okpe to Musonda Yambayamba, 1 run
</p>
<p>
Isaac Okpe to Abbasbhai Patel, out Hit Wkt!! Abbasbhai Patel hit wkt b Isaac Okpe 6(2) [6s-1]
</p>
<p>
Isaac Okpe to Abbasbhai Patel, SIX
</p>
<p>
Isaac Okpe to Shahnawaz Patel, out Caught by Vincent Adewoye!! Shahnawaz Patel c Vincent Adewoye b Isaac Okpe 2(3)
</p>
<p>
1 N W 1 1 1 0 (5 runs)ZMB 128-6Soyeb Pendi1(4)Shahnawaz Patel2(2)Prosper Useni3-0-15-0
</p>
<p>
Prosper Useni to Soyeb Pendi, no run
</p>
<p>
Prosper Useni to Shahnawaz Patel, 1 run
</p>
<p>
Prosper Useni to Soyeb Pendi, 1 run
</p>
<p>
Prosper Useni to Shahnawaz Patel, 1 run
</p>
<p>
Prosper Useni to Soyeb Pendi, out Javid Patel Run Out!! Javid Patel run out (Elochukwu Ndubudem/Sulaimon Runsewe) 16(16) [6s-1]
</p>
<p>
Over Summary: W 6 W 1 W W (7 runs)Aslam Bera0(1)Musonda Yambayamba1(1)Aslam Bera0(1)Aslam BeraMusonda YambayambaIsaac Okpe ZMB 135-100(1)Musonda Yambayamba1(1)1(1)Isaac Okpe4-0-25-54-0-25-5
</p>
<p>
Over Summary: 1 N W 1 1 1 0 (5 runs)Soyeb Pendi1(4)Shahnawaz Patel2(2)Soyeb Pendi1(4)Soyeb PendiShahnawaz PatelProsper Useni ZMB 128-61(4)Shahnawaz Patel2(2)2(2)Prosper Useni3-0-15-03-0-15-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->