This site requires JavaScript, please enable it in your browser!
Greenfoot back
NeedHelpASAP
NeedHelpASAP wrote ...

2018/12/7

Need Help

NeedHelpASAP NeedHelpASAP

2018/12/7

#
i have a game that is in cells. i need to check my neighbors in to check neighbors in both x and y axis only for a bit
danpost danpost

2018/12/7

#
NeedHelpASAP wrote...
i have a game that is in cells. i need to check my neighbors in to check neighbors in both x and y axis only for a bit
Use the getNeighbors method of the Actor class.
You need to login to post a reply.