An AI designed to play Puyo Puyo Tsu 1P and PVP.
- Clone and
cdto the repository. - Run
maketo build the client. - Run
make PEXT=truefor the best performance, check if your cpu supportspext. - Get the binary in
bin.
core- puyo puyo core logic implementation.ai- the AI implementation.cli- the standalone client, for now only showing the AI playing 1P.test- tool for testing the AI's chaining capability.tuner- tuner for the AI using SPSA.
This project is licensed under MIT LICENSE.