We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf633e commit ccd475dCopy full SHA for ccd475d
1 file changed
readme.md
@@ -10,7 +10,7 @@ So, here’s **PetriPixel**—my attempt at creating a digital petri dish where
10
11

12
13
-- **Create Various Creatures**
+- **Create Various Creatures**
14
15
- Define their physical traits—size, shape, and defensive features.
16
- Set their behavioral traits—how they respond to food, threats, and each other.
@@ -73,7 +73,15 @@ pip install -r requirements.txt
73
python main.py
74
```
75
76
-### References
+## Video
77
+
78
+<p align="center">
79
+ <a href="https://youtu.be/h_OTqW3HPX8">
80
+ <img src="./docs/images/home.png" alt="Watch the demo" />
81
+ </a>
82
+</p>
83
84
+## References
85
86
> **"Simulating Natural Selection"** – _Primer Blobs_ ([YouTube](https://youtu.be/0ZGbIKd0XrM))
87
0 commit comments