Skip to content

Commit b632241

Browse files
Create README.md
1 parent 0453eb9 commit b632241

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)