Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow step4 racing car instructions #15

Open
wants to merge 14 commits into
base: gyim1345
Choose a base branch
from

Commits on Jun 5, 2020

  1. Step 1 test learning

    1단계 학습테스트 연습 및 실습
    gyim1345 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6b4f9cb View commit details
    Browse the repository at this point in the history
  2. Step 2 Calculator

    gyim1345 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fe3d269 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Add RandomGenerator

    random number(int) generator
    gyim1345 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    4eb2ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb8932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44ac52 View commit details
    Browse the repository at this point in the history
  4. Add Car and CarTest

    gyim1345 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    bfcc0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3890e View commit details
    Browse the repository at this point in the history
  6. Add RacingGame and its test

    Application
    gyim1345 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    8f2b54a View commit details
    Browse the repository at this point in the history
  7. Fix script positions

    gyim1345 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    04ff321 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Add readme Files

    gyim1345 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c795aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4973f92 View commit details
    Browse the repository at this point in the history
  3. Add CarList and its test

    getNames method to get names of cars from string
    getIndexNames method to get names from specific index array
    gyim1345 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    1c6b9a7 View commit details
    Browse the repository at this point in the history
  4. Add RaceCalculator

    calculateWinner method to calculate who are the winners
    calculateFurthestPosition to calculate the furthest positioned car
    gyim1345 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a7d09d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12917ee View commit details
    Browse the repository at this point in the history