Skip to content

Based on movement rules, draw the status of a grid after x step(s)

Notifications You must be signed in to change notification settings

soulbreak/lifeboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See the attached documentation to launch the server (callable by http)

The behaviour of the drawing is the following :

  • If the machine is in a white square, turn left (90°) clockwise and move forward 1 cel
  • If the machine is in a black square, turn right(90°) and move forward 1 cell;
  • At every move flip the color of the base square.

Program at step 137 :

Alt text

Program at step 20000001 :

Alt text

About

Based on movement rules, draw the status of a grid after x step(s)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages