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

[자동차 경주] 유창호 미션 제출합니다. #763

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
NameValid : 입력 형식 확인
입력 내용이 없거나 이름이 5 보다 큰 자동차가 있으면 에러를 출력


Move : 이동
0,9 사이의 값을 선택해서 각 자동차의 이동 여부를 결정하는 함수


MoveStatus : 이동 내용 출력
각 자동차가 얼마나 이동했는지 출력하는 함수

FindWinner : 우승자 결정
자동차들의 이동 내용을 보고 우승자를 결정하는 함수

Loading