OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Add code for Langton's ant in any language #1845

Open AdiChat opened 7 years ago

AdiChat commented 7 years ago

Add the code for langton's ant in any language ( C, C++, JavaScript, Go, Swift or any other)

The code should be placed at code/cellular_automaton/langtons_ant

Note: multiple contributors can work on this issue as it has multiple parts (languages)

Sample code: Java

Your pull request will be reviewed by maintainers instantly.

For contribution guidelines, see this

If you need any help, let us know.

marti1125 commented 7 years ago

I will implement Javascript version

ansonb commented 7 years ago

I'll implement in python

ansonb commented 7 years ago

My bad....I just checked, it is already implemented in python

jamesmtexas commented 7 years ago

I'll give it a try in C.