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

GDET-76: 퀴즈 정답 오답시 게임 점수 변화 구현 #64

Merged
merged 20 commits into from
Apr 12, 2024
Merged

Conversation

2jun0
Copy link
Owner

@2jun0 2jun0 commented Apr 11, 2024

새로운 기능

  • solved_game이라는 테이블 추가: 유저가 게임을 맞춘 여부를 확인합니다.
  • 퀴즈 풀이시 점수 제공
  • [점수 변화]
    • (점수는 최소 0점 부터 시작)
    • (기회를 모두 소진해야 게임을 틀렸다고 판단합니다)
    • 게임을 틀린경우: -2
    • 전에 풀었던 게임을 틀린경우: -5
    • 처음 게임을 맞춘 경우: +10
    • 전에 풀었던 게임을 맞춘 경우: +2

@2jun0 2jun0 added the enhancement New feature or request label Apr 11, 2024
@2jun0 2jun0 merged commit befc9f9 into main Apr 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant