Minimax game theory with mancala - Java Forums
Posted by adminDec 31
@author administrator */ public class Storage { int howmany = 4; bpublic Storage/b(int number) { howmany=number; } public int getAmount() { return howmany; } public void setAmount(int amount) { howmany=amount; } } …
Leave a Reply
You must be logged in to post a comment.