Giter Site home page Giter Site logo

java-racingcar's Introduction

문자열 계산기 기능 목록

  • 문자열 입력
  • 기본 구분자(";", ",")로 문자열 파싱
  • 커스텀 기본자("//\n")(최대 1개)로 파싱
  • 덧셈
  • 숫자 이외의 값/음수가 입력되면 예외처리(RuntimeException)

자동차 경주 게임 기능 목록

  • 사용자 입력: 자동차 이름
  • 사용자 입력: 시도 횟수
    • 예외처리
    • 음수 또는 숫자가 아닌 문자가 입력될 경우
  • 자동차 이름을 쉼표 기준으로 구분
    • 예외처리
    • 구분된 이름의 길이가 6이상이거나 0일 경우
    • 중복되는 이름이 있을 경우
  • random 값(0-9) 구하기
  • 4 이상 -> 전진, 3 이하 -> 정지
  • 게임을 한 라운드 진행
  • 시도 횟수만큼 반복
  • 개인별 결과 출력
  • 우승자 출력

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.