Git Product home page Git Product logo

kotlin-racingcar's Introduction

kotlin-racingcar

기능 요구 사항

초간단 자동차 경주 게임을 구현한다.

  • 주어진 횟수 동안 n대의 자동차는 전진 또는 멈출 수 있다.
  • 사용자는 몇 대의 자동차로 몇 번의 이동을 할 것인지를 입력할 수 있어야 한다.
  • 전진하는 조건은 0에서 9 사이에서 무작위 값을 구한 후 무작위 값이 4 이상일 경우이다.
  • 자동차의 상태를 화면에 출력한다. 어느 시점에 출력할 것인지에 대한 제약은 없다.

기능 목록

자동차

  • 자동차는 이름과 위치를 가진다.
  • 자동차의 이름이 5자를 초과하면 예외가 발생한다.
  • 자동차의 초기 위치는 1이다.
  • 자동차는 무작위 값이 4 이상일 경우 움직인다.
  • 자동차는 무작위 값이 3 이하일 경우 정지한다.
  • 자동차들의 이름은 쉼표로 구분한다.

자동차 경주

  • 자동차 경주 게임은 자동차가 0대일 경우 예외가 발생한다.
  • 자동차 경주 게임은 몇 대의 자동차로 몇 번의 이동한 결과를 반환한다.
  • 자동차 경주 게임의 우승자는 한 명 이상이다.
  • 자동차 경주 게임의 우승자는 가장 많이 움직인 자동차이다.

kotlin-racingcar's People

Contributors

inhyeokk avatar wotjd243 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.