com.barrybecker4.game.twoplayer.gomoku.analysis.Direction Maven / Gradle / Ivy
/** Copyright by Barry G. Becker, 2000-2011. Licensed under MIT License: http://www.opensource.org/licenses/MIT */
package com.barrybecker4.game.twoplayer.gomoku.analysis;
/**
* The different gomoku run directions to check.
* @author Barry Becker
*/
public enum Direction {
VERTICAL,
HORIZONTAL,
DOWN_DIAGONAL,
UP_DIAGONAL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy