Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 366 Bytes

langton-ant

Teaching Computer Science

An implementation of Langton's ant - a code automaton in JavaScript, using the P5js library and Bootstrap

visit https://www.carloslabs.com/ants for details

versions:

  • Langton Ants: earliest usable demo version
  • 0.5: "ants" as objects with their own properties; deleted code for manually "pushing commands"; some bugfixes