Table of Contents

Reversi - step2

Agenda

  1. Discussion
    • Discussion of basic strategies
    • Which fields are important?
    • What features should the strategy have (apart from those that is always beats the opponent)?
    • Formulation and implementation of a function that evaluates correctness of a move
  2. Implementation part
    • Find yours and opponent's stones on the board
    • Implement the function for evaluation of correctness of a move

Outputs and control points

Submission