Java reference bot

Hi all,

So im trying the java reference bot out but i can’t get it to play the game since it keeps crashing with the following error:

Is there something im doing wrong? I havent changed anything its purely the reference bot from the github page.

Hi

Go to the line code of in the getCellAt method and change the get() method to orElse(null)

Awesome! That’s done the trick, thanks so much :slight_smile:

Hey guys, I will have a look at this and apply the fix the master branch.