Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code-squad/java-bowling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-squad/java-bowling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ssosso
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 26 files changed
  • 1 contributor

Commits on Apr 18, 2018

  1. 볼링 게임 1단계 (#80)

    * 볼링 1단계-Frame 객체, View 객체 1차완성
    
    * 볼링 1단계-Pitch 객체 추가
    
    * 볼링 1단계-Frame 객체 Pitch 객체 적용하여 기능 수정
    
    * 볼링 1단계-콘솔 입출력 구현
    
    * 볼링 1단계-부족한 테스트 추가
    
    * 볼링 1단계-상수 위치 변경, 인스턴스 변수 캡슐화, Frame 객체에 isFinalFrame 메서드 추가
    
    * 볼링 1단계-상수 위치 변경, 인스턴스 변수 캡슐화, Frame 객체에 isFinalFrame 메서드 추가
    
    * 볼링 1단계-Frame객체 nextFrame인스턴스 변수 추가, set메서드 제거
    
    * 볼링 1단계-볼링 상태값 구하는 로직 Frame에 위임
    
    * 볼링 1단계-FinalFrame 볼링 진행 방식 잘못 구현한 부분 바로잡음
    
    * 볼링 1단계-FinalFrame객체 bowl메서드 리펙토링
    
    * 볼링 1단계-프레임 상태를 현황판에 표현하는 로직 수정
    
    * 볼링 1단계-FinalFrame객체 bowl, isComplete 메서드 오작동 해결
    
    * 볼링 1단계-콘솔화면 표시 수정, 사소한 리펙토링
    ssosso authored and javajigi committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    ee8ab0c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. 볼링 게임 2단계 (#84)

    * 볼링 2단계-불필요한 import 제거, 콘솔 뷰 정렬
    
    * 볼링 2단계-Pitches객체 추가(객체 추가로 인해 다른 메서드 변경중)
    
    * 볼링 2단계-핀 리셋 기능 Pitch생성자로 대체
    
    * 볼링 2단계-기능 동작하지 않는 문제 해결
    
    * 볼링 2단계-Pitch객체 1indent규칙 적용, Final/NormalFrame객체 bowl메서드 Frame객체 메서드 사용하도록 변경
    
    * 볼링 2단계-투구상태 잘못 구현한 부분 수정, 점수를 구할 수 있는지 여부를 체크하는 canScore메서드 구현
    
    * 볼링 2단계-10프레임 진행 방식 잘못 구현한 부분 수정
    
    * 볼링 2단계-Frame객체 score메서드 구현
    
    * 볼링 2단계-Pitch객체 내 변수/메서드명 변경
    
    * 볼링 2단계-OuputView 불필요한 타입 제거
    ssosso authored and javajigi committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    5a8d739 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    b232552 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. 볼링 리펙토링1 (#96)

    * 볼링 리펙토링1-변수/메서드명 변경, console 게임에 BowlingGame객체 적용
    
    * 볼링 리펙토링1-Pin/Pins 생성, Status 생성, Pitch/Pitches 삭제
    
    * 볼링 리펙토링1-Status ofInstance 추가
    
    * 볼링 리펙토링1-StatusHistory, Frames  객체 추가
    
    * 볼링 리펙토링1-Status 관련 리펙토링 완료
    
    * 볼링 리펙토링1-Score 관련 리펙토링 완료
    
    * 볼링 리펙토링1-WebApp에서 값을 불러올 수 있도록 메서드명 변경
    ssosso authored and javajigi committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f9f2e61 View commit details
    Browse the repository at this point in the history
Loading