Ok so I am currently attempting to create a 2d simulation of cells for educational purposes. Anyway since im not very good with code I got someone to help me write it. So far we got a lot of it done but he has now gone on holiday and I need some help to complete the final part. Here is the current code:
I have been tasked with creating a cellular automata to simulate a human cell in its natural aqueous environment for the purposes of demonstration. Now im a scientist not really a programmer so forgive me for sounding stupid as I am very much a novice in this field and have been instructed to use Processing as its intuitive, simple and easy to learn.
Basically im looking for any help possible in terms of the coding. Ive been through the tutorials on the web site I understand the basics of the code but its trying to create a cell like structure in a cellular automata, and the rules for it interacting with its environment that im struggling with.