Skip to content

lahdeero/ABChessBot

Repository files navigation

ABChessbot

Instructions

binaries

  1. Download ABChessbot.jar.jar and openings.txt (to same folder!)
  2. java -jar ABChessbot.jar

source

  1. git clone https://github.com/lahdeero/ABChessBot.git
  2. cd ABChessBot
  3. gradle run

without args:

  • Starts gui
  • Note that openings.txt should be in same path when executing .jar !

with args:

  • args[0] = filename
  • args[1] = color (black or white)
  • args[2] = search tree deepness

example:

gradle run --args='sample.txt black 5'

Määrittelydokumentti

Toteutusdokumentti

Testausdokumentti

Viikkoraportti1

Viikkoraportti2

Viikkoraportti3

Viikkoraportti4

Viikkoraportti5

Viikkoraportti6

Jacoco

Tuntikirjanpito