Skip to content

Implementing the Langton's Ant simulation according to Test-Driven Development approach.

Notifications You must be signed in to change notification settings

womcauliff/LangtonAnt-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langton's Ant

Implementing the Langton's Ant simulation according to Test-Driven Development approach.

Rules

Squares on a plane are colored variously either black or white. We arbitrarily identify one square as the "ant". The ant can travel in any of the four cardinal directions at each step it takes. The "ant" moves according to the rules below:

At a white square, turn 90° right, flip the color of the square, move forward one unit At a black square, turn 90° left, flip the color of the square, move forward one unit Langton's ant can also be described as a cellular automaton, where the grid is colored black or white and the "ant" square has one of eight different colors assigned to encode the combination of black/white state and the current direction of motion of the ant.

About

Implementing the Langton's Ant simulation according to Test-Driven Development approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published