- Alternating turns, cross goes first
- Multiple win conditions:
- Horizontal row
- Vertical row
- Diagonal line (corner to corner)
- Box that is a quarter of the size of the board (rounded down for odd-number sized boards)
- All 4 corners.
You can adjust the size of the board by editing the BOARD_SIZE
value in MainActivity.java.
- Add slider to adjust board size at runtime
- Make board scale to fill screen