triceo / drooms

Drools-based competition in a Snake-like game
3 stars 3 forks source link

Change a way walls are constructed. #16

Closed tomason closed 9 years ago

tomason commented 10 years ago

The original way caused NPE in case referenced node did not exist. getNodeAt() returned null and Wall.getX() threw an exception.