bobuhiro11 / dobutsu-shogi

Dobutsu Shougu Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dobutsu-shogi

This game is based on the complete analysis of Animal Shogi (どうぶつしょうぎ), and the CPU plays its best moves based on the complete analysis.

How to use

curl -LO https://github.com/bobuhiro11/dobutsu-shogi/releases/download/0.3.0/dobutsu-shogi-0.3.0-SNAPSHOT-standalone.jar
curl -LO https://github.com/bobuhiro11/dbtshougi-analysis/releases/download/v0.0.1/all-state_sorted.dat
curl -LO https://github.com/bobuhiro11/dbtshougi-analysis/releases/download/v0.0.1/next_state.dat
java -jar dobutsu-shogi-0.3.0-SNAPSHOT-standalone.jar

How to build

lein uberjar
java -jar target/dobutsu-shogi-0.3.0-SNAPSHOT-standalone.jar

About

Dobutsu Shougu Client

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%