Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
next-step
/
java-racingcar-precourse
Public
Notifications
You must be signed in to change notification settings
Fork
133
Star
1
Code
Issues
0
Pull requests
123
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[경북대 BE_권도윤] 미션 제출합니다.
- #146
#146
Open
doyooon
wants to merge 14 commits into
next-step:main
next-step/java-racingcar-precourse:main
from
doyooon:doyooon
doyooon/java-racingcar-precourse:doyooon
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
[경북대 BE_권도윤] 미션 제출합니다.
#146
doyooon
wants to merge 14 commits into
next-step:main
next-step/java-racingcar-precourse:main
from
doyooon:doyooon
doyooon/java-racingcar-precourse:doyooon
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2024
docs README.md: 기능 요구사항 목록 작성
doyooon
committed
5854263
View commit details
Copy full SHA for 5854263
Browse repository at this point
Commits on Jun 9, 2024
docs README.md: 기능 요구사항 목록 추가(이동 횟수 입력값 검사하기)
doyooon
committed
c0dfc51
View commit details
Copy full SHA for c0dfc51
Browse repository at this point
feat InputView : 사용자에게 이름 입력 받고, 쉼표로 구분하기
doyooon
committed
32c3ac5
View commit details
Copy full SHA for 32c3ac5
Browse repository at this point
feat InputView : 이동 횟수 입력 받기
doyooon
committed
af63ec2
View commit details
Copy full SHA for af63ec2
Browse repository at this point
feat Car : Car 객체 구현, 0~9 사이 무작위 값을 구하고 4 이상 인 경우 전진하기
doyooon
committed
7b13aaa
View commit details
Copy full SHA for 7b13aaa
Browse repository at this point
feat RacingCarGame : 자동차 이름 입력받고, 각 이름이 5자 이하의 이름인지 검사하기
doyooon
committed
a092566
View commit details
Copy full SHA for a092566
Browse repository at this point
feat OutputView : 자동차 전진 한 결과, 우승자 출력하기
doyooon
committed
81f6837
View commit details
Copy full SHA for 81f6837
Browse repository at this point
feat RacingCarGame : 입력 횟수 만큼 자동차 전진하기, 전진한 결과 출력하기
doyooon
committed
0f24779
View commit details
Copy full SHA for 0f24779
Browse repository at this point
docs README.md : 우승자 찾기 기능 추가
doyooon
committed
b344e89
View commit details
Copy full SHA for b344e89
Browse repository at this point
feat RacingCarGame : 우승자 찾기, 우승자 출력하기
doyooon
committed
05a387a
View commit details
Copy full SHA for 05a387a
Browse repository at this point
refactor InputView : inputIteration에서 입력값 검사하기 전에 입력값을 멤버변수에 저장하는 로직 수정
doyooon
committed
1264df6
View commit details
Copy full SHA for 1264df6
Browse repository at this point
Commits on Jun 10, 2024
refactor InputView : 올바른 입력을 받을 때까지 inputIteration을 반복 수행하도록 로직 수정
doyooon
committed
9a5fb04
View commit details
Copy full SHA for 9a5fb04
Browse repository at this point
feat CarTest : Car domain logic test 구현
doyooon
committed
a65ff35
View commit details
Copy full SHA for a65ff35
Browse repository at this point
feat RacingCarGameTest : RacingCarGame domain logic test 구현
doyooon
committed
92aca1a
View commit details
Copy full SHA for 92aca1a
Browse repository at this point
You can’t perform that action at this time.