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

[자동차 경주] 배현진 미션 제출합니다. #218

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2023

  1. feat: edit gitignore

    add files what don't want git to manage. (local.properties, class, log, captures, externalNativeBuild, cxx, apk, output.json, hprof)
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2d3f6ed View commit details
    Browse the repository at this point in the history
  2. docs: write a list of features in README.md

    write a list of features and requirements in README.md
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4b95fc4 View commit details
    Browse the repository at this point in the history
  3. feat: write essential constant in constant file

    write basic essential text, num and notation
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    147b7a6 View commit details
    Browse the repository at this point in the history
  4. feat: create car class

    input car name and split car name
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    873e478 View commit details
    Browse the repository at this point in the history
  5. docs: edit the feature list in README.md

    input car name, split car name
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ac9b99 View commit details
    Browse the repository at this point in the history
  6. feat: create Racing class

    input racing execution number
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    65c564a View commit details
    Browse the repository at this point in the history
  7. feat: edit main function with Car class and Racing class

     play racing a given number of times entered by the user
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b482ea5 View commit details
    Browse the repository at this point in the history
  8. docs: edit the feature list in README.md

    input number of play executions
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ec18d48 View commit details
    Browse the repository at this point in the history
  9. feat: implement racing car movement

    edit Car class, Application file and delete Racing class (racing car move following user input and random range)
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a31b07a View commit details
    Browse the repository at this point in the history
  10. docs: edit the feature list in README.md

    move racing car following user input and random range
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7445b64 View commit details
    Browse the repository at this point in the history
  11. feat: edit input carname and number of execution

    add Input class file (racing car move following user input and random range)
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c6db72f View commit details
    Browse the repository at this point in the history
  12. feat: edit constant name

    change FINAL_CHAMPION to FINAL_WINNER
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    83454f2 View commit details
    Browse the repository at this point in the history
  13. feat: implement find and print winner

    find winner in car racing including duplicates and print winner name using ", "
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fecac66 View commit details
    Browse the repository at this point in the history
  14. docs: edit the feature list in README.md

    find winner in car racing including duplicates and print winner name using ", "
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9fe0bdb View commit details
    Browse the repository at this point in the history
  15. feat: create Exception file and edit Input file

    create exception file and edit input file by using IllegarArgumentException
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    58d7331 View commit details
    Browse the repository at this point in the history
  16. fix: delete no use code

    delete unnecessary comments and print examples
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    059a8af View commit details
    Browse the repository at this point in the history
  17. docs: edit the feature list in README.md

    create exception feature and finish the feature list
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f7e330f View commit details
    Browse the repository at this point in the history
  18. fix: delete unnecessary comments

    delete unnecessary comments
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2342982 View commit details
    Browse the repository at this point in the history
  19. docs: edit the feature list in README.md

    check programming requirements and assignment requirements
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b30c915 View commit details
    Browse the repository at this point in the history
  20. feat: create CarRacing class file to divide function

    create CarRacing file and edit Application file
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cad52f1 View commit details
    Browse the repository at this point in the history
  21. feat: create test code

    create test code file
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    312c494 View commit details
    Browse the repository at this point in the history
  22. fix: edit test code

    delete fail test code
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e67e089 View commit details
    Browse the repository at this point in the history
  23. fix: edit test code

    delete fail test code and add test code
    pearhyunjin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    067bed2 View commit details
    Browse the repository at this point in the history