<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-01T02:11:28.677Z">
<
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 LANCS 285 vs KENT
306/6 (Will Williams 8(7) ) | Kent vs Lancashire, Final, Sat, Sep 17, Royal London One-Day Cup 2022 | Cricbuzz.com-->
<
script>
let title =
'LANCS 285 vs KENT
306/6 (Will Williams 8(7) ) | Kent vs Lancashire, Final, Sat, Sep 17, Royal London One-Day Cup 2022 | 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>
Joey Evison to Liam Hurt, out Bowled!! Fittingly it's Evison who seals Kent's Royal London One-Day Cup title! He's been everywhere today - runs, wickets, catches - and puts the final nail in the coffin for Lancs. Well-executed yorker, Williams was backing away early and couldn't get his bat down in time. The celebratory roars go up from the Kent players on the ground and the fans/support staff. Liam Hurt b Joey Evison 12(11) [4s-1]
</p>
<p>
Joey Evison to Liam Hurt, wide, Evison looks to stay clear of the batter's arc but this slower ball is a tad too wide outside off
</p>
<p>
Joey Evison to Will Williams, 1 run, slanting in on middle and leg, Williams tucks it away past mid-wicket. Liam Hurt wanted the second but is rightly sent back
</p>
<p>
Joey Evison to Will Williams, 2 runs, slower ball on a hard length, Williams waits on the back foot and pulls wide of long-on
</p>
<p>
Joey Evison to Liam Hurt, 1 run, another slower ball, Hurt jabs it towards the off-side
</p>
<p>
2 0 1 4 2 1 (10 runs)LANCS 280-9Liam Hurt11(9)Will Williams5(5)Grant Stewart7-0-42-3
</p>
<p>
Stewart to Liam Hurt, 1 run, slower ball outside off, Hurt waits and chops this towards point. Just a single
</p>
<p>
Stewart to Liam Hurt, 2 runs, overpitched this time and Hurt goes off-side, drilling this through the covers and calls Will Williams back for the second run
</p>
<p>
Bumrah is available but no decision on whether he will play: Doeschate
</p>
<p>
England vs India: 2nd Test Preview
</p>
<p>
Three changes India should make for the 2nd Test vs England
</p>
<p>
Over Summary: 2 0 1 4 2 1 (10 runs)Liam Hurt11(9)Will Williams5(5)Liam Hurt11(9)Liam HurtWill WilliamsGrant Stewart LANCS 280-911(9)Will Williams5(5)5(5)Grant Stewart7-0-42-37-0-42-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->