<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta  http-equiv=
"last-updated" content=
"2025-11-04T12:32:01.758Z">
<
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 ENG 149 vs RSA
                207/3 (Reece Topley 1(1) ) | England vs South Africa, 2nd T20I, Thu, Jul 28, South Africa tour of England, 2022 | Cricbuzz.com-->
    <
script>        
let title  = 
'ENG 149 vs RSA
                207/3 (Reece Topley 1(1) ) | England vs South Africa, 2nd T20I, Thu, Jul 28, South Africa tour of England, 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>
             Ngidi to Richard Gleeson, out Caught by de Kock!! The keeper went up actually and convinced his skipper to take the review. There was a little spike and SA have finished it early. A big win for the visitors. SA win by 58 runs. The series goes into the final game with the winner taking it all. Richard Gleeson c de Kock b Ngidi 0(1)
            </p>
            <p>
             Ngidi to Topley, 1 run, slower delivery, digs in, Topley pulls that down to deep mid for a single
            </p>
            <p>
             Ngidi to Jordan, out Caught by de Kock!! Was a short ball, outside off, Jordan looked tp drag the pull away and cue-ended it to the keeper. That was such a fine edge. Was a slower delivery and Jordan was through with his shot too early. QDK didn't have much to do. Jordan c de Kock b Ngidi 5(4) [4s-1]
            </p>
            <p>
             Ngidi to Jordan, no run, 60 needed off 23 balls now. Ngidi would love to close it soon. Slower one, outside off, Jordan throws his bat at it and misses
            </p>
            <p>
             4 W 2 Wd Wd Wd 1 1 W  (11 runs)ENG 148-8Adil Rashid3(3)Chris Jordan5(2)Andile Phehlukwayo3-0-39-3
            </p>
            <p>
             Phehlukwayo to Adil Rashid, out Bowled!! Gone! Another one falls. SA tightening the grip further. Was a slower one, Adil Rashid walks across his sticks and looks to heave it but misses to be clean bowled. Phehlukwayo has his third. He has blown hot and cold but has got the wickets and that matters in any format of this game. Adil Rashid b Phehlukwayo 3(3)
            </p>
            <p>
             Phehlukwayo to Jordan, 1 run, holds himself back and biffs that down to deep cover for a single
            </p>
            <p>
             Phehlukwayo to Adil Rashid, 1 run, walks across the sticks and nudges it to mid-wicket for a single
            </p>
            <p>
             Phehlukwayo to Adil Rashid, wide, oopsy. He is making a habit of it now. Another wide. This is bizzare from Phehlukwayo as he sends that well outside off for the batter to leave it alone without any hassles. Not helping the overrate
            </p>
            <p>
             Over Summary: 4 W 2 Wd Wd Wd 1 1 W  (11 runs)Adil Rashid3(3)Chris Jordan5(2)Adil Rashid3(3)Adil RashidChris JordanAndile Phehlukwayo ENG 148-83(3)Chris Jordan5(2)5(2)Andile Phehlukwayo3-0-39-33-0-39-3
            </p>
            // more at cricbuzz.
        </
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->