abassibe / Gomoku

2 stars 0 forks source link

Rules that can be turned off/on should have an impact on the rust end or feature should be removed #80

Closed Ragarnoy closed 3 years ago

Ragarnoy commented 3 years ago

We either need to disable the option to enable/disable rules or we need to add a static struct or parameters to get_next_move so that the rules on python end and the rust end are the same.

Ragarnoy commented 3 years ago

@demonoidv how difficult would it be to disable/enable stuff like captures and illegal moves ?

demonoidv commented 3 years ago

@demonoidv how difficult would it be to disable/enable stuff like captures and illegal moves ?

Should not be too hard to do but it will definitively take time (time we already don't have) I don't think it's a priority since those options should not even be disabled because they are mandatory according to the subject.