Comments

Log in with itch.io to leave a comment.

(2 edits)

Thanks for making this! I tried Cuttle-x11.64.tar.gz and on exit I got these warnings/errors:

ERROR: ~List: Condition ' _first != __null ' is true.
   At: ./core/self_list.h:111.
WARNING: cleanup: ObjectDB Instances still exist!
   At: core/object.cpp:2095.
ERROR: clear: Resources Still in use at Exit!
   At: core/resource.cpp:425.
ERROR: cleanup: Condition ' allocs_used > 0 ' is true.
   At: core/pool_vector.cpp:70.

Steps to reproduce on Linux:

1. Click Play

2. Make one move

3. Open the menu, click Exit

I'm interested in how the AI works. Is there a specific algorithm that you are using, e.g. minimax?