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

Cross-platform Constraint Implementation #17

Closed Samarium150 closed 1 year ago

Samarium150 commented 1 year ago

Currently, our constraint.h only works on Unix-like systems because of #include <sys/resource.h>