Skip to content

joshatron/Tak-Java

Repository files navigation

Tak

Introduction

This project is a CLI based tak game. The rules for the game can be found in the file tak-rules.pdf. It features a server for people to play online as well as an AI powered by a neural network.

The sub projects that make this up are:

Running

To set up repo:

git submodule init
git submodule update

To install:

./install

A folder for the cli will be created, along with for the ai trainer.

To run the cli:

./tak

To run the trainer:

./ai-train

To run the server:

./game-server

To clean up the project:

./clean

About

CLI based tak game that will implement a neural net AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages