Class HumanHaterRationalAI

  • All Implemented Interfaces:
    AI

    public class HumanHaterRationalAI
    extends RationalAI
    Simple implementation of a Titan AI - a bit more coward the regular SimpleAI
    Author:
    Romain Dolbeau
    • Constructor Detail

      • HumanHaterRationalAI

        public HumanHaterRationalAI​(Client client)
    • Method Detail

      • masterMove

        public boolean masterMove()
        Return true if we need to run this method again after the server updates the client with the results of a move or mulligan.
        Specified by:
        masterMove in interface AI
        Overrides:
        masterMove in class RationalAI