GithubHelp home page GithubHelp logo

java-racingcar-precourse-2021's Introduction

자동차 경주 게임

진행 방법

  • 숫자 야구 게임 요구사항을 파악한다.
  • 요구사항에 대한 구현을 완료한 후 자신의 github 아이디에 해당하는 브랜치에 Pull Request(이하 PR)를 통해 과제를 제출한다.

과제 제출 과정


기능 목록

  • 레이싱 게임
    • 경주 초기화
    • 경주 시작
    • 경주 진행중
    • 경주 종료
  • 클라이언트
    • 자동차 이름 입력 (n 개)
      • 쉼표 구분
      • 5자 이하
    • 자동차 이동 횟수 입력
  • Util
    • Random 생성
      • 0 ~ 9 사이
  • 자동차
    • 초기화
      • 이름 (String -> CarName) -> 모든 원시값과 문자열을 포장
        • CarName : 유효성 검증(5자 이하)
      • 위치 = 0
    • 이동 (인자값 : int -> AccelPower(악셀 밟는 힘)) -> 모든 원시값과 문자열을 포장
      • 정지 (0~3)
      • 전진 (4~9)
    • 위치 출력
      • 이름 + 위치 (ex. pobi : ---)
  • 자동차 목록 (일급 컬렉션)
    • 속성 : List cars
    • 전체 자동차 위치 출력 (인자값 : List)
    • 최장거리 이동 자동차 목록 조회

java-racingcar-precourse-2021's People

Watchers

전계원 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.