<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-25T17:26:14.497Z">
<
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 | Lyca Kovai Kings vs Nellai Royal Kings, 26th Match, Tamil Nadu Premier League 2022-->
<
script>
let title =
'Cricket commentary | Lyca Kovai Kings vs Nellai Royal Kings, 26th Match, Tamil Nadu Premier League 2022';
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>
Shahrukh Khan to K Easwaran, no run, fuller length delivery, outside off, K Easwaran throws his bat at it and misses. LKK do it! They have beaten NRK by 5 runs. NRK had everything going for them but SRK has turned it around in the final over
</p>
<p>
Shahrukh Khan to K Easwaran, no run, looks to slog and misses. What an over from Shahrukh Khan. He has been phenomenal. Only three has been conceded so far. 6 needed off the final over
</p>
<p>
Shahrukh Khan to Athisayaraj Davidson, out Caught by U Mukilesh!! The man at long-off takes it. LKK fighting back and are now favorites. Ninth one down. Fired in fuller outside off and Athisayaraj Davidson slams it down to long-off for it to be taken. Good catch as well. Athisayaraj Davidson c U Mukilesh b Shahrukh Khan 0(2)
</p>
<p>
Shahrukh Khan to Athisayaraj Davidson, no run, flatter one, dragged back to the bowler
</p>
<p>
Shahrukh Khan to Sanjay Yadav, out Caught by Suresh Kumar!! Goes for a slog across the line and mistimes the shot. The huge top-edge has been taken by the keeper. Huge strike indeed as the man who was doing all the damage is gone. Heartbreak for Sanjay Yadav. Sanjay Yadav c Suresh Kumar b Shahrukh Khan 54(31) [4s-3 6s-4]
</p>
<p>
Shahrukh Khan to NS Harish, 1 run, 6 needed now. NS Harish slogs one down to long-on for a single
</p>
<p>
Shahrukh Khan to Sanjay Yadav, 2 wides, flatter one, down leg, Sanjay Yadav misses the sweep and they steal a couple of wides
</p>
<p>
View all overs
</p>
<p>
Abhishek Tanwar to Shajahan, out Caught by Shahrukh Khan!! Low full toss, drilled down the ground and the man at long-off takes it. That was a low full toss, Shajahan couldn't time it at all the man at long-off took it. Shajahan c Shahrukh Khan b Abhishek Tanwar 2(3)
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->