You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# PetriPixel
1
+
# TheLifeOfPy
2
2
3
3

4
4
5
5
Inspired by the works of [@PrimerBlobs](https://www.youtube.com/@PrimerBlobs), [@davidrandallmiller](https://www.youtube.com/@davidrandallmiller), and [@3Blue1Brown](https://www.youtube.com/@3Blue1Brown), I’ve wanted to build something like this for a long time My BTech final project felt like the perfect excuse to finally do it.
6
6
7
-
So, here’s **PetriPixel**—my attempt at creating a digital petri dish where you can create organisms by customizing their **phenotypic and genotypic traits** (like neural networks, size, color, and defense mechanisms) and release them into an environment to see how they interact.
7
+
So, here’s **TheLifeOfPy**—my attempt at creating a simple artificial life simulation software where you can create organisms by customizing their **phenotypic and genotypic traits** (like neural networks, size, color, and defense mechanisms) and release them into an environment to see how they interact.
8
8
9
9
P.S. If you liked the project, a ⭐ would mean a lot.
10
10
11
11
## Key Features
12
12
13
13

14
14
15
-
-**Create Various Creatures**
15
+
-**Create Various Creatures**
16
16
17
17
- Define their physical traits—size, shape, and defensive features.
18
18
- Set their behavioral traits—how they respond to food, threats, and each other.
@@ -26,17 +26,17 @@ P.S. If you liked the project, a ⭐ would mean a lot.
26
26
27
27
## Requirements
28
28
29
-
- Display: 1920×1080 resolution
30
-
- Python: 3.x
31
-
- Operating System: Tested on Windows and Linux
32
-
- Dependencies (if running from source): See requirements.txt (also requires Visual C++ Build Tools on Windows)
33
-
- RAM: Minimum 4 GB (8 GB recommended)
29
+
-Display: 1920×1080 resolution
30
+
-Python: 3.x
31
+
-Operating System: Tested on Windows and Linux
32
+
-Dependencies (if running from source): See requirements.txt (also requires Visual C++ Build Tools on Windows)
33
+
-RAM: Minimum 4 GB (8 GB recommended)
34
34
35
35
## Installation & Setup
36
36
37
37
### 📥 **Get the Latest Release (Recommended)**
38
38
39
-
For the easiest setup, download the latest standalone runner from the **[Releases](https://github.com/MZaFaRM/PetriPixel/releases/)** section. No additional installation is required—just run the executable!
39
+
For the easiest setup, download the latest standalone runner from the **[Releases](https://github.com/MZaFaRM/TheLifeOfPy/releases/)** section. No additional installation is required—just run the executable!
40
40
41
41
### 🛠 **Run from Source**
42
42
@@ -51,8 +51,8 @@ If you want to run the project from source, follow these steps:
0 commit comments