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

[보스 몬스터 잡기 미션] 김동우 미션 제출합니다. #23

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

Commits on Feb 12, 2024

  1. docs: write TODO.md

    polarpolar914 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0d2e6a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    d80d67e View commit details
    Browse the repository at this point in the history
  2. feat: input Boss HP

    polarpolar914 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5572769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39ebda8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    98ff62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb39c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1913f22 View commit details
    Browse the repository at this point in the history
  4. feat: Add input validation for boss monster initial HP

    Implement input validation for the boss monster's initial HP to ensure it's within the 100-300 range. If an invalid value is entered, throw IllegalArgumentException  and prompt for the input again.
    polarpolar914 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    84827d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e3f312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1555eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6eb261 View commit details
    Browse the repository at this point in the history
  8. feat: Add input validation for player's HP, MP, and name

    Implement input validation for the player's initial HP and MP(sum is 200), and name. If an invalid value is entered, throw IllegalArgumentException and prompt for correct input.
    polarpolar914 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bceab51 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    ef1e231 View commit details
    Browse the repository at this point in the history
  2. refactor: rename hp to maxHp(Boss)

    feat: add hp(Boss)
    polarpolar914 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bbcb3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4920ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    549a488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0433b0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb31e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a2e450 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7380a14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea30218 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5b04c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8b5aa9 View commit details
    Browse the repository at this point in the history