项目作者: matjazmav

项目描述 :
Progressive chess
高级语言: Python
项目地址: git://github.com/matjazmav/fri-1819-a-seminar-01.git
创建时间: 2019-03-06T11:39:32Z
项目社区:https://github.com/matjazmav/fri-1819-a-seminar-01

开源协议:

下载


Progressive chess

Faculty of Computer and Information Science, University of Ljubljana, Masters Program, Algorithms, Seminar 01

My final report of this project is available here.

Description

This project is based on paper Janko, V., & Guid, M. (2016). A program for Progressive chess. Theoretical Computer Science, 644, 76-91..

Detailed paper Janko, V (2015). Razvoj programa za igranje 1-2-3 šaha..

Install dependencis

  1. $ make install

Pack project and run

  1. $ make pack
  2. $ ./solution inputs/1.txt

Run tests

  1. make test