Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maximecb/Turing-Drawings
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Dec 31, 2012
2 parents 8d2a602 + 0030ded commit 00522ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ Randomly generated Turing machines draw images and animations on a 2D canvas.
A simple JavaScript+HTML5 demo. This project is distributed under a modified
BSD license.

You can try this web app at the following URL:
You can try Turing Drawings at the following URL:
[http://maximecb.github.com/Turing-Drawings/](http://maximecb.github.com/Turing-Drawings/)

Below is a sample of the kinds of patterns Turing Drawings can generate:
* [Movement](http://maximecb.github.com/Turing-Drawings/#3,3,1,1,3,0,1,1,2,1,2,2,2,2,1,2,2,1,1,3,1,1,0,2,1,1,1,2,0)
* [Complex](http://maximecb.github.com/Turing-Drawings/#3,3,2,1,2,1,2,1,0,2,1,2,1,3,1,1,1,1,2,0,1,1,3,2,2,0,0,1,1)
* [Quads](http://maximecb.github.com/Turing-Drawings/#4,3,2,2,2,1,1,0,3,1,2,2,2,1,1,1,0,3,2,3,1,1,0,0,1,1,2,2,2,1,1,2,1,2,1,2,1,3)
* [Fins](http://maximecb.github.com/Turing-Drawings/#4,3,0,2,3,3,1,3,2,1,0,3,1,0,3,2,3,2,1,2,0,1,3,1,1,2,1,1,0,0,1,3,2,2,0,0,2,1)
* [Blades](http://maximecb.github.com/Turing-Drawings/#4,3,3,1,0,1,2,2,1,2,3,1,1,3,3,1,0,3,1,3,3,1,3,2,2,3,0,1,0,3,2,0,3,2,2,2,1,0)
* [Chaos](http://maximecb.github.com/Turing-Drawings/#4,3,3,1,0,2,2,3,1,2,0,1,1,3,0,1,3,2,1,3,2,2,3,2,1,2,2,2,3,2,2,0,1,1,2,2,2,0)
* [Filler](http://maximecb.github.com/Turing-Drawings/#3,4,2,2,0,1,2,0,2,1,0,1,1,1,2,3,0,0,1,1,0,2,3,0,3,0,1,2,2,1,1,2,2,2,1,0,3,0)
* [Seizures](http://maximecb.github.com/Turing-Drawings/#4,3,3,1,2,3,1,0,3,1,3,1,2,3,2,2,0,1,2,1,3,2,3,0,2,0,3,1,2,2,2,2,3,1,1,1,2,3)

0 comments on commit 00522ab

Please sign in to comment.