We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0453eb9 commit b632241Copy full SHA for b632241
README.md
@@ -0,0 +1,12 @@
1
+# Coured-Perlin-Noise
2
+This Python code was used to create the Perlin noise effect found in the video here: https://www.youtube.com/watch?v=at-kU0d0fGU
3
+
4
+# Required programs
5
6
+Pygame & Numba are the only required programs
7
8
+This should be just download and run if you have the installed modules and python already!
9
+If you don't have Python, you can install that here: https://www.python.org/
10
+Then: ``pip install pygame numba``
11
12
+Enjoy
0 commit comments