Code Monkey home page Code Monkey logo

java-racingcar's Introduction

java-racingcar

자동차 경주 미션 저장소

도메인 다이어그램

graph TD
    RacingCarController --> InputView
    RacingCarController --> OutputView
    RacingCarController --> RacingGame

    RacingGame --> Players
    RacingGame --> TryCount

    Players --> Player

    Player --> Name
    Player --> Distance

    Distance --> Random
    
Loading

기능 구현 목록

RacingGame

  • Players와 Trycount 관리한다.

Players

  • 여러 명일 수 있다.

Player

  • 이름을 가진다.
    • 최소 1자, 최대 5자까지 가능하다.
    • 중간 공백은 허용하고 쉼표로 구분한다.
  • 거리를 가진다.

입력

  • 플레이어의 이름을 입력한다.
    • 앞, 뒤 공백은 제거한다.
  • 이동 횟수를 입력한다.

출력

  • 최종 결과를 출력한다.
  • 최종 우승자를 출력한다.
    • 여러명일 수 있다.

java-racingcar's People

Contributors

4deld avatar seochae523 avatar kokodak 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.