2015년 10월 15일 목요일

(Updated on Oct. 14) [OOP - Take home midterm exam] Due: Oct. 16, 2015

[Note] Develop your own algorithm!! Do not use the algorithm shown in the document as attached here!!
[Rule]
Only close 3 X 3 (Sam-Sam) is not allowed, such as
( ooo
    o
    o   )
Open 3 X 3 is allowed, such as
(ooNoStoneo
                o
                o)
If you have already implemented the rule that open 3 X 3 is not allowed, that's O.K. Thus, you don't have to modify your OMOK game.)
4 X 3 (Sa-Sam) is allowed
4 X 4 (Sa Sa) is allowed

The rule is simple, be the first to get an unbroken row of only five pieces horizontally, vertically or diagonally to win the game .


(An unbroken of more than five pieces is allowed but it is not a wining strategy!!)

20% of midterm exam
(Note: Written midterm exam (80%) + Take-home exam (20%) = Midterm exam (100%))

Implement 2-player OMOK game using the OMOK game source as attached here.

OMOK stone symbol for the 1st player: O
OMOK stone symbol for the 2nd player: X

The OMOK board size is 19 X 19 dimensions

No GUI (Graphic User Interface) is required. Just text-based OMOK game is enough this time.

We may improve the OMOK game step by step.
The final version of OMOK game will be an online version of one-to-one OMOK game.

Omok Source (A new version of file has been uploaded on Oct. 12, which removes redundant homework problems that we have already done the other day)


댓글 없음:

댓글 쓰기