Skip to content
#

strategy-game

A game genre that focuses on skillful thinking and planning to achieve victory.

Here are 56 public repositories matching this topic...

The program is a digital rendition of Connect 4, where players aim to align four discs vertically, horizontally, or diagonally. Players alternate turns, with the AI using the minimax algorithm and alpha-beta pruning to select its best move. The AI predicts up to 4 moves ahead, emphasizing winning quickly and delaying losses.

  • Updated Jan 16, 2024
  • Java

This projects seeks to explore the performance and dynamics of agents playing in a full Java implemetation of the game Imperial (http://bit.ly/Imperial-wiki). An array of different agent architectures are used ranging from simple rule-based to MCTS-Deep-Neural-Network agents.

  • Updated Nov 14, 2023
  • Java