Class BoardInfo


  • public class BoardInfo
    extends Object
    Data related to a Snake in non-squad modes
    Version:
    Summer 2022
    Author:
    carl.lajeunesse
    • Field Detail

      • height

        protected final int height
        Board height
      • width

        protected final int width
        Board width
    • Constructor Detail

      • BoardInfo

        public BoardInfo​(int height,
                         int width)
        Simple constructor
        Parameters:
        height - Board height
        width - Board width
    • Method Detail

      • getHeight

        public int getHeight()
        Returns:
        the height
      • getWidth

        public int getWidth()
        Returns:
        the width