Attax

Attax is a 2 player board game on a 7x7 grid with red and blue pieces.

Overview

Attax is a 2 player board game on a 7x7 grid with red and blue pieces.

Description

  • Project Specification
  • Moves include extending pieces next to existing ones or jumping to empty squares within a two-row and two-column distance
  • Blocks can be placed on the board to restrict movement

Skills

  • Implementation of data structures like lists, dictionaries, and sets
  • Control statements such as if-else statements and while loops
  • Design and implementation of an automated player using artificial intelligence techniques like minimax and alpha-beta pruning
  • Creation of a GUI interface for the game and handling user input