<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-20T01:56:33.772Z">
<
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 IPL | LSG 200/5 (20) vs PBKS
254/7 (Himmat Singh 1(1) Mukul Choudhary 21(17)) | Punjab Kings vs Lucknow Super Giants, 29th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | LSG 200/5 (20) vs PBKS
254/7 (Himmat Singh 1(1) Mukul Choudhary 21(17)) | Punjab Kings vs Lucknow Super Giants, 29th Match, Indian Premier League 2026 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>
Marco Jansen to Himmat Singh, 1 run, Punjab Kings win by 54 runs. This is a massive win for the home side. They are unstoppable at the moment. The poor fielding towards the end might have put a bit of a dampener in the celebrations. Coming to the ball: full and in the slot, Himmat clears his front leg and hammers it straight back, Jansen sticks his hand out and can't hang on. Tough to call that a drop because it was struck really hard and Jansen was in his followthrough
</p>
<p>
Marco Jansen to Aiden Markram, out Caught by Marcus Stoinis!! Stoinis hangs on. The catch dropping viral hasn't reached him yet. This is full and slanted across the right-hander, Markram stays deep in the crease but still couldn't quite get under the length, hits it flat and straight to long-on, Stoinis bends down and takes it safely. Punjab Kings are almost there.. Aiden Markram c Marcus Stoinis b Marco Jansen 42(22) [4s-3 6s-3]
</p>
<p>
Marco Jansen to Aiden Markram, FOUR, on a length and outside off, Markram throws the kitchen sink and gets a thick outside-edge, the ball flies over Chahal at short third. Not where he intended but Markram will take the boundary
</p>
<p>
Marco Jansen to Mukul Choudhary, 1 run, dropped! Now Prabhsimran Singh makes a mess. Full and angled across, Choudhary had to reach for the big shot and slices it straight up. Prabhsimran calls for it and runs towards short third. Chahal also converged but he backed out, Prabhsimran went with both hands and spilled it
</p>
<p>
Marco Jansen to Aiden Markram, 1 run, fuller and around off, Markram drives it to long-on
</p>
<p>
Marco Jansen to Mukul Choudhary, 1 run, short of length delivery, Choudhary waits and pulls to deep mid-wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->