Team Galle recorded their first win in the SLC T20 League beating Kandy by a mere 7-run margin at the Rangiri Dambulla International Cricket Stadium.
Stand-in Skipper for Galle, Dimuth Karunaratne won the toss and opted to bat first in which was the first game of the SLC T20 League at Dambulla. Fast bowling all-rounder Kasun Madushanka replaced Captain Suranga Lakmal while U19 batsman Nishan Madushka and off-spinner Nishan Peiris replaced fast bowling all-rounder Jehan Daniel and left-arm spinner Prabath Jayasuriya.
Read : Gunathilaka stars with the ball in Dambulla win
Team Kandy too made two changes by replacing wicket-keeper batsman Sadun Weerakkody and pacer Lahiru Gamage with batsman Janith Silva and leg-spinner Janaka Sampath. With the omission of Weerakkody, Banuka Rajapaksha had to do the Wicket-keeping job for Kandy.
Champion T20 bowler, Lasith Malinga started proceedings for Team Kandy as he resumed his quest for his 350th T20 wicket. Only Dwayne Bravo of West Indies has taken more T20 wickets than him. Unfortunately for him today was not the day for his milestone.
Young speedster Nipun Ransika, in the 2nd over of the inning, was the man to get the first breakthrough for Kandy as he dismissed Niroshan Dickwella, who opened the inning alongside Kusal Mendis, in the very next ball after Dickwella hit Ransika for a six.
Dimuth Karunaratne, Sri Lanka’s highest rated Test batsman at the moment then stepped in to showcase his T20 batting skills. He put on a 67-run stand with Kusal Mendis in just 41 deliveries. All-rounder Charith Asalanka’s off-spin then handed Kandy the much needed wicket as Kusal Mendis perished for a 28-ball 40.
Also Read : Colombo register second consecutive win in a thrilling contest
Dimuth Karunaratne on the other end kept playing his shots as he stroked 12 boundaries for his 49-ball 80. After Malinda Pushpakumara’s double strike during the late-middle overs Janaka Sampath got rid of the dangerous Karunaratne when Kandy’s score was on 161 in the 17th over. Asela Gunaratne then together with teenager Nishan Madushka added 32 runs in 20 deliveries to lift Kandy’s total to a strong 193. Asela scored his individual score of 20 in just 14 balls that included only 1 six and no boundaries.
In bowling for Kandy Charith Asalanka was the most economical as he gave away only 31 runs in his 4 overs and also picked up a wicket. Malinda Pushpakumara also did a decent job with the ball picking up 2 wickets for 39 runs in 4 overs.
Photo Album: Galle vs Kandy | SLC T20 League – 2018
In reply to Galle’s 193, left-handers Thikshila de Silva and Lahiru Thirimanne opened the inning for Kandy. Just like Dickwella in the first inning Thikshila was bowled by Kasun Rajitha in the very next ball after hitting a six in the 2nd over of the inning.
Thirimanne then hit 20 runs in just 11 deliveries with 3 boundaries and a six to add momentum to the Kandy run-chase, but was stumped in the 5th over off a Nishan Peiris delivery. Nishan Peiris struck once again in the same over with Janith Silva’s wicket to dent the Kandy run-chase.
Skipper Dasun Shanaka then supported big-hitting Banuka Rajapaksha to accelerate the scoring as the duo pushed the score from 50/3 to 100/3 in just 33 balls. Following Shanaka’s dismissal to Jeffrey Vandersay for a 17-ball 24 in the 11th over Banuka Rajapaksha also perished to Kasun Madushanka. He hit 6 fours and 3 sixes during his entertaining knock of 63 in just 33 balls.
Soon after that Kandy were reduced to 141 for 7 in the 16th over with all recognized batsmen back in the dressing room. Charith Asalanka chipped in with a 13-ball 17 while Chamika Karunaratne took 8 balls to score 2 runs.
Over number 17 brought back hope to Kandy as Malinda Pushpakumara along with Lasith Malinga scored 22 runs off Kasun Madushanka.
With 20 runs needed in the last 2 overs Kasun Rajitha dismissed Malinda Pushpakumara who was on 26 facing just 10 deliveries. It also ended a valuable 33-run 8th wicket partnership.
Janaka Sampath who then came into bat at No.10 smashed a six in his second delivery to make the game more thrilling. He along with Malinga managed to take the game to the last over with 10 runs needed in it.
The experienced Asela Gunaratne who was given the responsibility of bowling the final over gave away just 2 runs as he handed Galle a much important 7-run victory after being defeated in the previous 2 games. Team Kandy will now have to wait for tomorrow to try and register their first win in this tournament.
Nishan Peiris was the pick of the bowlers for Galle as he picked up 2 wickets for just 24 runs in his 4 overs. Asela Gunaratne was also economical though he finished wicket-less. Jeffrey Vandersay, Kasun Madushanka and Kasun Rajitha also helped the cause with 2 wickets each.
Galle will now meet Colombo while Kandy will play Dambulla tomorrow at the same venue.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Team Galle
193/5
(20 overs)
Result
Team Kandy
186/8
(20 overs)
Galle won by 7 runs
Team Galle’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Mendis | c L Thirimanne b C Asalanka | 40 | 28 | |||
Niroshan Dickwella | b N Ransika | 10 | 5 | |||
Dimuth Karunarathne | c T De Silva b J Sampath | 80 | 49 | |||
Dananjaya de Silva | c D Shanaka b M Pushpakumara | 18 | 13 | |||
Angelo Perera | c C Karunarathne b M Pushpakumara | 4 | 4 | |||
Asela Gunarathne | not out | 20 | 14 | |||
Nishan Madushka | not out | 6 | 8 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Malinga | 4 | 0 | 35 | 0 | 8.75 |
Nipun Ransika | 2 | 0 | 17 | 1 | 8.50 |
Janaka Sampath | 4 | 0 | 41 | 1 | 10.25 |
Malinda Pushpakumara | 4 | 0 | 39 | 2 | 9.75 |
Charith Asalanka | 4 | 0 | 31 | 1 | 7.75 |
Janith Silva | 1 | 0 | 12 | 0 | 12.00 |
Dasun Shanaka | 1 | 0 | 14 | 0 | 14.00 |
Team Kandy’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Thikshila de Silva | b K Rajitha | 9 | 6 | |||
Lahiru Thirimanne | st N Dickwella b N Peiris | 20 | 11 | |||
Bhanuka Rajapaksa | c A Perera b K Madushanka | 63 | 33 | |||
Janith Silva | c A Perera b N Peiris | 0 | 4 | |||
Dasun Shanaka | c D Karunarathne b J Vandersay | 24 | 17 | |||
Charith Asalanka | c & b J Vandersay | 17 | 13 | |||
Chamika Karunarathne | c A Perera b K Madushanka | 2 | 8 | |||
Malinda Pushpakumara | c N Dickwella b K Rajitha | 26 | 11 | |||
Lasith Malinga | not out | 14 | 13 | |||
Janaka Sampath | not out | 8 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dananjaya de Silva | 2 | 0 | 22 | 0 | 11.00 |
Kasun Rajitha | 3 | 0 | 37 | 2 | 12.33 |
Nishan Peiris | 4 | 0 | 24 | 2 | 6.00 |
Asela Gunarathne | 3 | 0 | 20 | 0 | 6.67 |
Kasun Madushanka | 4 | 0 | 48 | 2 | 12.00 |
Jeffry Vandersay | 4 | 0 | 33 | 2 | 8.25 |