Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First impl #648

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

First impl #648

wants to merge 8 commits into from

Conversation

hyunw9
Copy link

@hyunw9 hyunw9 commented Sep 20, 2023

구현에 앞서, 올려주신 공지사항에 나와있는 MVC 패턴을 적용하고자 해봤습니다.
각 요소끼리 독립되어야 한다고 하는데, 아직 많이 부족한 것 같습니다.
말씀해주신 클린 코드의 원칙을 최대한 반영하려고 노력했습니다.
지적해 주시면 감사하겠습니다!

입력된 이름으로 생성 시에 길이 검사
중복 검사를 진행합니다.
랜덤한 값을 생성합니다.
4 이상일 경우 전진을 진행합니다.
게임을 시작하는 main 함수입니다.
초기 값들을 설정합니다.
자동차 이름을 요청하고 입력받습니다.
시도 횟수를 요청하고 입력받습니다.
주사위 값을 이용해 값 검증을 진행하고, 전진합니다.
Car의 count 를 종합해 우승자를 출력합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant