othello

  • We implemented Othello game using c++, oop concept.

oop 개념을 적용하여 c++ 언어를 사용해 CLI 기반의 오델로 게임을 구현하였습니다.

othello

  • CNU objected oriented programming (by c++)
  • term porject

implement othello game

-otehllo-wiki

Development period (개발기간)

2021/11/16 ~ 2021/11/23

Participants.

cnu cse students..

gi-hwan kim(김기환)

  • student no : 201701981
  • part
1. planning, analysis, design : 프로그램 설계, class diagram 설계
2. implementation : 코드 구현
3. writing report : 보고서 작성

Ji-hyun Yoon(윤지현)

  • student no : 201802064
  • part
1. test program : google test 프로그램 설계, 구현

Seong-Hoon Kim(김성훈)

  • student no : 201802120
  • part
1. writing report : 보고서 작성

used design pattern

Creational pattern

  • factory pattern
  • singleton pattern

Behavioral pattern

  • state pattern

flow chart

flow-chart

class diagram

class-diagram