13 lines
347 B
Markdown
13 lines
347 B
Markdown
[< Back](../README.md)
|
|
|
|
# Exercise: Create isIntersection function
|
|
|
|
## Background:
|
|
|
|
waage: Maybe the "isIntersection" for the AI. Create an array of GridPosition and array of bool and loop through to
|
|
check "isWalkableForPacMan" and then return the different kinds of intersections (top/right, right/bottom, bottom/left,
|
|
left/top)
|
|
|
|
## Exercise
|
|
|
|
1.
|