Giter Club home page Giter Club logo

tablut_challenge_2021-2022's Introduction

DualCore: Tablut Challenge 2021/2022

A Java-based implementation of an agent able to play the game of Tablut for the "Tablut Challenge 2021/2022" held by the University of Bologna.

Strategy

Both white and black players have been implemented using a parallelized Negamax algorithm that uses the techniques of Alpha Beta pruning and transposition tables.

Requirements

You need to have JDK >= 11. From Ubuntu/Debian console, you can install it with these commands:

sudo apt update
sudo apt install openjdk-11-jdk -y

Run

In order to start the white player you must run the command:

./runmyplayer white

In order to start the black player you must run the command:

./runmyplayer black

You can run players with extra parameters:

./runmyplayer <role> <timeout> <ip-address>
    
    <role> : role of the player in the game (black or white)
    <timeout> : time for the player to perform a move (default: 60, not mandatory)
    <ip-address> : ip address of the server (default: localhost, not mandatory)

Resources & Libraries

Group members

Name Surname Email Github
Riccardo Spolaor [email protected] RiccardoSpolaor
Facundo Nicolas Maidana [email protected] maidacundo

tablut_challenge_2021-2022's People

Contributors

maidacundo avatar riccardospolaor avatar

Watchers

 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.