Search found 7 matches

by ImpTea
Mon Mar 15, 2021 3:55 pm
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi - Evolution Simulator [WIP]

Some ideas: - pixie's should move faster (or slower) as they get eaten (lose mass). This will impact their survivabilty (evade and eat more food) and that will impact their chances to reproduce and generate mutations. Make it a random attribute to see which serves them better. - should they have an...
by ImpTea
Sat Mar 13, 2021 10:05 pm
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi - Evolution Simulator [WIP]

:cool: Just had to fix shaders on you're updated version(android glsl can't -or can to an extreme- differentiate between integer and floats, can't add integer and floats, can't subtract them, so I change all integers to floats, like 1 to 1.0) :rofl: Ok, I'll have to pull my old android out of the d...
by ImpTea
Sat Mar 13, 2021 4:43 pm
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi - Evolution Simulator [WIP]

Side note, while you're updating, the bar at the side doesn't fit to the screen on android. You could maybe scale it with love.graphics.getWidth/getHeight, Wait, you’re running this thing on Android? I didn’t even know it could do that haha. Regardless, scaling to the users screen should definitely...
by ImpTea
Sat Mar 13, 2021 1:12 am
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi - Evolution Simulator [WIP]

I love some of yall's ideas about how to make it more "fun". I've definitely been toying with the idea of breeding and training pixies for combat / survival against each other. I actually wonder how feasible it is for a pixi to evolve to accomplish specific objectives, like capture the fla...
by ImpTea
Tue Mar 09, 2021 9:02 pm
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi Dish [WIP]

Nice! Haha. I’m making changes all the time, don’t want to spam this thread with updates though. In the build you’re using the smaller pixies were definitely OP. After a few hours of evolving they tend to keep shrinking further and further until they’re about 1 pixel big and there’s 300+ of them lol...
by ImpTea
Sat Mar 06, 2021 10:11 pm
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Re: Pixi Dish [WIP]

Since posting, I've made some changes worthy of an update. The graphics system was revamped to improve performance (I had no idea about ImageData, I was drawing the individual pixels with love.graphics.points!). This also allowed me to implement a shader for the pixies' bodies to make them more inte...
by ImpTea
Sat Mar 06, 2021 5:00 am
Forum: Games and Creations
Topic: Pixi - Evolution Simulator [WIP]
Replies: 17
Views: 9864

Pixi - Evolution Simulator [WIP]

Hello everyone! First time posting here! For the last few weeks I've been working on this project. It is a "petri dish" style evolution simulator. I call the lifeforms "pixies" (singular: pixi) since their bodies are composed of pixels. The pixies start out with completely random...