namespace FourInARow; public enum Player { None, Human, Computer }