OyvindSabo / quoridor.js

MIT License
3 stars 0 forks source link

Further optimizations to getValidWallMoveArray #21

Open OyvindSabo opened 2 years ago

OyvindSabo commented 2 years ago

After https://github.com/OyvindSabo/quoridor.js/issues/20 optimize it further by considering as valid all walls that overlap with the shortest path, but do not touch other walls.