Last active
September 8, 2018 23:59
-
-
Save kmaher9/e5dba327c5a5a62275229a6da6dc3975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body style="background-color: #d9d9d9"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.js"></script> | |
| <script src="./main.js"></script> | |
| <script src="./stick.js"></script> | |
| <script src="./population.js"></script> | |
| <script src="./dna.js"></script> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment