Skip to content

A simulation of the cellular automata known as "Langton's Ant". Made using JavaScript and the p5.js library.

License

Notifications You must be signed in to change notification settings

OmPatel03/Langtons-Ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langton's-Ant

A simulation of the cellular automata known as "Langton's Ant".

Rules

  • At a white square, turn 90° clockwise, flip the color of the square, move forward one unit.

  • At a black square, turn 90° counter-clockwise, flip the color of the square, move forward one unit.

The wikipedia contains further information on this simulation.

Features

  • The slider controls the speed at which the simulation runs.
  • The reset button resets the simulation by placing the ant in the middle of the grid and turning all the squares white.
  • The text box configures the dimensions of the grid (eg. 10 x 10, 20 x 20, 15 x 15). Dimensions default to 30 x 30 when input is invalid (eg. 0, empty or < 4)

Link to the simulation (Simulation will reset when ant reaches an edge.)

Cropped Langtons Ant

About

A simulation of the cellular automata known as "Langton's Ant". Made using JavaScript and the p5.js library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published