b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.

Home Page:https://www.jskat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make player knowledge not changeable for AI players

b0n541 opened this issue · comments

AI players get their player knowledge from the AbstractJSkatPlayer. They can always change it. This should be prevented. Only the AbstractJSkatPlayer should be able to change it.

All implementations of JSkatPlayer have an immutable knowledge now.