Skip to content

zitcher/Chemotaxis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemotaxis

Chemotaxis is when an organism moves toward or away from a chemical stimulus, like food. Biologists write software using random walks to model and study how very small organisms like bacteria search for food. In this assignment you will create a simulation of organisms moving away from a starting position using a random walk. This assignment is similar in some ways to the ticklish penguin, but is different in that you must create a class to represent the organisms. NOTE: you must use Math.random() for all the random numbers in this assignment. The random() function we used in processing last year is not part of the AP subset.

About

Project for Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%