Skip to content

Commit ffa00b9

Browse files
committed
[FEAT] Change project name to TheLifeOfPy
1 parent 3f51f86 commit ffa00b9

7 files changed

Lines changed: 23 additions & 20 deletions

File tree

assets/images/home/sidebar.svg

Lines changed: 2 additions & 1 deletion
Loading

docs/images/home-beautified.png

382 KB
Loading

docs/images/home.png

66.4 KB
Loading

docs/images/sidebar.png

-33.2 KB
Binary file not shown.

readme.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# PetriPixel
1+
# TheLifeOfPy
22

33
![Home Screen](./docs/images/home-beautified.png)
44

55
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.
66

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.
88

99
P.S. If you liked the project, a ⭐ would mean a lot.
1010

1111
## Key Features
1212

1313
![Laboratory](./docs/images/lab-beautified.png)
1414

15-
- **Create Various Creatures**
15+
- **Create Various Creatures**
1616

1717
- Define their physical traits—size, shape, and defensive features.
1818
- 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.
2626

2727
## Requirements
2828

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)
3434

3535
## Installation & Setup
3636

3737
### 📥 **Get the Latest Release (Recommended)**
3838

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!
4040

4141
### 🛠 **Run from Source**
4242

@@ -51,8 +51,8 @@ If you want to run the project from source, follow these steps:
5151
#### **2. Clone the Repository**
5252

5353
```bash
54-
git clone https://github.com/MZaFaRM/PetriPixel.git
55-
cd PetriPixel
54+
git clone https://github.com/MZaFaRM/TheLifeOfPy.git
55+
cd TheLifeOfPy
5656
```
5757

5858
#### **3. Create & Activate a Virtual Environment (Optional but Recommended)**
@@ -85,7 +85,7 @@ python main.py
8585

8686
## Guides & Wiki
8787

88-
Check out the project [wiki](https://github.com/MZaFaRM/PetriPixel/wiki).
88+
Check out the project [wiki](https://github.com/MZaFaRM/TheLifeOfPy/wiki).
8989

9090
## Video
9191

@@ -97,14 +97,16 @@ Check out the project [wiki](https://github.com/MZaFaRM/PetriPixel/wiki).
9797

9898
## References
9999

100-
> **"Simulating Natural Selection"**_Primer Blobs_ ([YouTube](https://youtu.be/0ZGbIKd0XrM))
100+
> **"Simulating Natural Selection"**_Primer Blobs_ ([YouTube](https://youtu.be/0ZGbIKd0XrM))
101101
102102
Gave me inspiration for the project itself.
103-
> **"I programmed some creatures. They Evolved."**_David Randall Miller_ ([YouTube](https://youtu.be/N3tRFayqVtk))
103+
104+
> **"I programmed some creatures. They Evolved."**_David Randall Miller_ ([YouTube](https://youtu.be/N3tRFayqVtk))
104105
105106
Gave me ideas on how to implement the neural network aspects.
106-
> **"Neural Networks"**_3Blue1Brown_ ([YouTube](https://youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi&si=n2Z-eqO5R8f-HR5O))
107-
107+
108+
> **"Neural Networks"**_3Blue1Brown_ ([YouTube](https://youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi&si=n2Z-eqO5R8f-HR5O))
109+
108110
Taught me a good chunk about building Neural Networks.
109111

110112
## License

0 commit comments

Comments
 (0)