Giter Club home page Giter Club logo

tuc_chess's Introduction

Table of contents

Title

AI agent for playing TUC-CHESS

Description

This project has been implemented as part of an undergraduate course in AI (COMP 311). The aim of the project was to develop an ฮ‘ฮ™ agent in order to play a variation of chess with less pieces(7 pawns,2 rooks,1 king each player) in a smaller Board(7x5). The server and the client code was given from the professor of the course, Georgios Chalkiadakis and two adversarial search algorithms (Minimax, MCTS) have been implemented in order client to play with other clients.

Technologies

Project is created with:

  • Eclipse IDE for Java Developers 2020-12
  • jdk-15.02
  • Libraries of java used :java.util (ArrayList, LinkedList, Random)

Setup

To run this project, store the jar file locally named my_client.jar, run the jar file tuc-chess-server.jar, then run my_client.jar with two arguments:

  • The first argument is the delay of making a move, measured in milliseconds.
  • The second argument is the adversarial search algorithm which the client will execute in order to decide its next move, 0 stands for random move, 1 stands for Minimax without using a-b pruning, 2 stands for Minimax using a-b pruning, 3 stands for Monte Carlo Tree search.

Authors

  • Manolis Perakis (AM : 2017030099)
  • Jason Georgakas (AM : 2017030021)

tuc_chess's People

Contributors

eperakis99 avatar jason23g avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.