====== Reversi - step2 ====== ===== Agenda===== - **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 - **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 ===== * You can find yours and opponent's stones on the board * You can play according to the rules ===== Submission ===== * Player that plays correctly (can put his/her stones on the board according to the rules and can play the whole match) * More details [[courses:ae4b99rph:labs:reversi:evaluation_and_terms|HERE]]