비밀번호를 잊어버리셨나요?
조회 수 110 추천 수 0 댓글 0

단축키

Prev이전 문서

Next다음 문서

수정 삭제

단축키

Prev이전 문서

Next다음 문서

수정 삭제

class Team {

public name: string;

public city: string;

public point: number;

public manager: string;

public players: string[];

public tactics: 'normal' | 'experimental';

 

constructor(name: string, city: string) {

this.name = name;

this.city = city;

this.point = 0;

this.manager = '';

this.players = [];

this.tactics = 'normal';

}

}

 

abstract class League {

public fixture: Team[];

public numberOfTeams: number;

 

constructor(teamList: Team[]) {

this.fixture = teamList;

this.numberOfTeams = teamList.length;

}

 

protected rank() {

this.fixture.sort((a, b) => b.point - a.point);

}

 

public match(homeTeam: Team, awayTeam: Team) {

const result = Math.floor(Math.random() * 3);

 

if (result == 0) {

homeTeam.point += 3;

} else if (result == 1) {

awayTeam.point += 3;

} else {

homeTeam.point += 1;

awayTeam.point += 1;

}

 

this.rank();

}

 

abstract finalRound(): void;

}

 

class PremierLeague extends League {

finalRound() {

if (this.fixture[0].manager == 'Pep Guardiola' && this.fixture[0].tactics != 'experimental')

console.log('Treble!');

}

}

 

class LaLiga extends League {

finalRound() {

if ((this.fixture[0].name == 'Real Madrid' || 'Barcelona')

|| (this.fixture[0].name == 'Atletico Madrid' && this.fixture[0].tactics == 'experimental')) {

console.log(`${this.fixture[0].name} is the Champion!`);

} else throw Error('Not LaLiga!');

}

}

 

class SerieA extends League {

finalRound() {

const minjae = this.fixture[0].players.findIndex(player => player == 'Minjae Kim')

if (minjae != -1) this.fixture[0].players.splice(minjae, 1);

}

}

 

class Bundesliga extends League {

finalRound() {

if (this.fixture[0].name != 'Bayern Munich') {

console.log('Assist by Jaesung Lee!');

this.fixture[0].point -= 2;

this.rank();

}

}

}

 

class LigueUn extends League {

finalRound() {

if (this.fixture[0].manager == 'Christophe Galtier') {

console.log('Arrested!');

this.fixture[0].manager = 'Luis Enrique';

}

}

}

JPG 이미지 버튼들

0

List of Articles
번호 분류 제목 조회 수 추천 수 날짜
공지 공지 🔥커뮤니티 챔피언 포인트·메달 시스템 전격 오픈⚽️ 33 0 2025.05.15
592 축구잡담 ㅇㅎㅊ 난 왜 이도현씨 생각나냨ㅋㅋㅋㅋㅋ 85 0 2023.07.07
591 축구잡담 보통 외모언급은 잘 안하나 81 0 2023.07.07
590 축구잡담 ㅇㅎㅊ 지락실에 날두 등장 file 97 0 2023.07.07
589 축구잡담 잘 모르겠다 올라오면 삐삐쳐줘 105 0 2023.07.07
588 축구잡담 이거 글씨봐 맞는거 같냐?? file 108 0 2023.07.07
587 축구잡담 아 근데 솔직히 좀 비슷하긴한데 109 0 2023.07.07
586 축구잡담 ㅇㅎㅊ덩치 하니까 생각났는데 나 저번에 야구 보러 갔다가 나성범 보고 놀람 97 0 2023.07.07
585 축구잡담 난 배우같음 96 0 2023.07.07
584 축구잡담 난 다 아닌거같은데 이만하세요할때 따라하는게 규성이 생각났어 90 0 2023.07.07
583 축구잡담 to. 자카 101 0 2023.07.07
582 축구잡담 이강인이 맨마지막으로 뜨려나 103 0 2023.07.07
581 축구잡담 우리날리 인터뷰 영상 file 109 0 2023.07.07
580 축구잡담 레알은 제 2의 외질말고 106 0 2023.07.07
579 축구잡담 뷜터 오피셜 뭔데 ㅋㅋ 89 0 2023.07.07
578 축구잡담 토트넘 2023/2024 시즌 일정 file 97 0 2023.07.07
577 축구잡담 아아 결국 스포일러 채널에 떠버린 '그 경기' file 99 0 2023.07.07
576 축구잡담 럭허스트) 맨유 스즈키 자이온 관심 ㅇㅇ 비드는 아직 ㅇㅇ 118 0 2023.07.07
575 축구잡담 맨유 방출로 1663억 이적료 수익 기대 109 0 2023.07.07
574 축구잡담 [트랜스퍼마켓] 2005년생 축구선수 이적료 순위.jpg file 168 0 2023.07.07
573 축구잡담 후안미 산체스 : 이강인 1998년 이바가사 아후 최고재능 113 0 2023.07.07
572 축구잡담 [오피셜] 아탈란타, 미첼 바커 영입 100 0 2023.07.07
571 축구잡담 [공식 발표] 발렌시아 CF 2023-24 홈 킷 117 0 2023.07.07
570 축구잡담 왼쪽 풀백 누구 없나? 94 0 2023.07.07
569 축구잡담 함부르크 2023-24 홈 킷 공개 file 104 0 2023.07.07
568 축구잡담 죶스날 101 0 2023.07.07
567 축구잡담 톱 누구 데리고 올라나 97 0 2023.07.07
566 축구잡담 자카 25M이 에두테타시기 최고 이적료 아닌가? 97 0 2023.07.07
565 축구잡담 소쇼가 강등 피하려고 선수 다 파는구나 112 0 2023.07.07
» 축구잡담 [해축백일장] FiveBigLeagues.ts 110 0 2023.07.07
563 축구잡담 개집 라이스 오긴하냐? file 123 0 2023.07.07
Board Pagination Prev 1 ... 16 17 18 19 20 21 22 23 24 25 ... 40 Next
/ 40