pwyq / Fill-Game

Two Player (Adversarial) Version of Fillomino | (Depth-First) Proof Number Search, Monte Carlo Tree Search, Minimax, Negamax, Alpha-beta pruning
GNU General Public License v3.0
2 stars 0 forks source link

feat: add Windows CI #21

Closed Samarium150 closed 1 year ago

Samarium150 commented 1 year ago

Windows CI may cause a lot of trouble because of Qt. Windows CI does cause a lot of trouble, but because of compiling errors.

Samarium150 commented 1 year ago

OK, Windows CI is fully functional. Implementing constraints is the next step.