Hi, I really enjoy what you've done with this project and seems like a fun programming challenge. I was looking through your source and just couldn't figure out how you get the information on other cells. :/ I'm working on my own scripts for experience and wanted to change the cells behavior based on cells around the player. Maybe line 261: get myPoints() {return m;}, // g_playerCells? Could you explain how I could implement other cell data into my script? Thanks for your time.
Hi, I really enjoy what you've done with this project and seems like a fun programming challenge. I was looking through your source and just couldn't figure out how you get the information on other cells. :/ I'm working on my own scripts for experience and wanted to change the cells behavior based on cells around the player. Maybe line 261:
get myPoints() {return m;}, // g_playerCells
? Could you explain how I could implement other cell data into my script? Thanks for your time.