The Colombo team recorded the second consecutive win in the SLC T20 League 2018 as they defeated Kandy in a nail-biting encounter which was worked off today at R. Premadasa International Cricket Stadium.
Colombo skipper Dinesh Chandimal won the toss and had no hesitation to bat first on a batting friendly surface. After been beaten in the last game, Kandy made two changes to their lineup bringing in 19-year old Nipun Ransika and Lahiru Gamage for Sachith Pathirana and Dhananjaya Lakshan.
Read: Ashan Priyanjan shines as Dambulla win
Upul Tharanga and Mahela Udawatte opened the innings for Colombo and got off to a flying start as they put on a 58-run partnership for the first wicket in 7.1 overs. However, off spinner Charith Asalanka dismissed both Mahela Udawatte and Dinesh Chandimal within two overs to slow down the progress made by the Colombo batsmen.
Read : SLC T20 League 2018 squads finalized
Left handed striker Shehan Jayasuriya joined Upul Tharanga at the crease when the score was 70 for 2 and built a 60-run partnership for the third wicket when the latter was dismissed by Dasun Shanaka for 62 runs. Upul Tharanga’s knock of 62 runs came off 47 balls at a strike rate of 131 including 7 fours and 2 sixes.
Shehan Jayasuriya continued his stroke making as he smashed 63 runs off 36 balls to guide his side to post a massive total of 188 runs in the allotted 20 overs. During his blistering innings, Jayasuriya stroked 8 fours and 2 sixes at a strike rate of 175. In the bowling department, off spinner Charith Asalanka and right arm seamer Lahiru Gamage picked up 2 wickets each for the Kandy team.
Read : Tharanga’s ton helps ‘Team Colombo’ to clinch SLC T20 Opener
Chasing 189 runs to win, Kandy got off to a brisk start as their openers Lahiru Thirimanne and Thakshiila de Silva put on 44 runs for the first wicket in 4.3 overs before the latter was bowled by Shehan Jayasuriya for 27 runs. Then, Bhanuka Rajapaksa joined Lahiru Thirimanne at the crease and built a valuable 55-run partnership for the second wicket before the former ran himself out for 28 runs in the 11th over.
Lahiru Thirimanne scored 50 runs off 36 balls including 5 fours and 2 sixes before being bowled by Shehan Jayasuriya when the score was 116 for 4. Skipper Dasun Shanka and Charith Asalanka added 53 runs for the fifth wicket and helped Kandy team to post 188 runs in the allotted 20 overs.
Photos: Launch of the SLC T20 League 2018
As the match was tied, super over contest was carried out to decide the winner. Jeewan Mendis bowled the super over for Colombo team while Lasith Malinga bowled the super over for Kandy team. Interestingly, both bowlers gave away only 5 runs in the super over. However, Colombo team won the match though the super over was tied as they scored most boundaries in the 20 over contest.
// 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 Colombo
188/5
(20 overs)
Result
Team Kandy
188/7
(20 overs)
Colombo won by super over
Team Colombo’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Mahela Udawatha | b C.Asalanka | 15 | 16 | |||
Upul Tharanga | c T.De Silva b D.Shanaka | 62 | 47 | |||
Dinesh Chandimal | c B.Rajapakshe b C.Asalanka | 8 | 6 | |||
Shehan Jayasuriya | c & b L.Gamage | 63 | 36 | |||
Chathuranga De Silva | c & b L.Gamage | 25 | 13 | |||
Jeewan Mendis | not out | 0 | 0 | |||
Sammu Ashan | not out | 7 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Malinga | 4 | 0 | 28 | 0 | 7.00 |
Lahiru Gamage | 4 | 0 | 43 | 2 | 10.75 |
Nipun Ransika | 2 | 0 | 26 | 0 | 13.00 |
Charith Asalanka | 4 | 0 | 34 | 2 | 8.50 |
Malinda Pushpakumara | 1 | 0 | 8 | 0 | 8.00 |
Chamika Karunaratne | 1 | 0 | 16 | 0 | 16.00 |
Dasun Shanaka | 4 | 0 | 32 | 1 | 8.00 |
Team Kandy’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Thikshila De Silva | b S.Jayasuriya | 27 | 16 | |||
Lahiru Thirimanne | b S.Jayasuriya | 50 | 36 | |||
Banuka Rajapakshe | (runout) D.Chandimal | 28 | 20 | |||
Sandun Weerakody | st D.Chandimal b S.Jayasuriya | 8 | 10 | |||
Dasun Shanaka | b J.Mendis | 30 | 16 | |||
Charith Asalanka | c A.Dananjaya b J.Mendis | 22 | 15 | |||
Chamika Karunaratne | not out | 12 | 5 | |||
Malinda Pushpakumara | (runout) A.Dananjaya | 1 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Shehan Jayasuriya | 4 | 0 | 22 | 3 | 5.50 |
Asitha Fernando | 3 | 0 | 52 | 0 | 17.33 |
Akila Dananjaya | 4 | 0 | 41 | 0 | 10.25 |
Kamindu Mendis | 2 | 0 | 15 | 0 | 7.50 |
Lahiru Madushanka | 3 | 0 | 30 | 0 | 10.00 |
Sammu Ashan | 2 | 0 | 14 | 0 | 7.00 |
Jeewan Mendis | 2 | 0 | 13 | 2 | 6.50 |