Search found 5 matches

by pixelicidio
Wed Apr 11, 2018 5:02 pm
Forum: General
Topic: LÖVE 11.0 released!
Replies: 98
Views: 108574

Re: LÖVE 11.0 released!

For the new COLOR FROMAT change the fun thing about lua is that you can replece the setColor function for the whole project only once like this: --love version >11 fix colors if api.getVersion() >= 11 then local oldSetColor = love.graphics.setColor love.graphics.setColor = function (r, g, b, a) if t...
by pixelicidio
Mon Apr 02, 2018 3:24 am
Forum: Games and Creations
Topic: Locas Ants Sim Remake
Replies: 5
Views: 7828

Re: Locas Ants Sim Remake

Hi, update:

Implemented portals:
Image

Ants can teleport! :)

by pixelicidio
Mon Apr 02, 2018 3:20 am
Forum: General
Topic: LÖVE 11.0 released!
Replies: 98
Views: 108574

Re: LÖVE 11.0 released!

Is good to know Love2D have a new release to keep the project up to date.

But this was a big-breaking-code change:
Changed colour values to be in the range 0-1, rather than 0-255
Saludos!
by pixelicidio
Thu Mar 22, 2018 2:42 am
Forum: Games and Creations
Topic: Locas Ants Sim Remake
Replies: 5
Views: 7828

Re: Locas Ants Sim Remake

Hey! @pgimeno, that's and interesting "kite" formation... Thanks for sharing your PC specs! very appreciated. It's running well, that revision is set to 4,500 ants. I'll be going to show the # of ants on the screen. It seems to be metastable at best, but this one seemed to last for quite a...
by pixelicidio
Wed Mar 21, 2018 4:05 pm
Forum: Games and Creations
Topic: Locas Ants Sim Remake
Replies: 5
Views: 7828

Locas Ants Sim Remake

Hi, I'm new here and my name is Denys :) , The original "Locas Ants" was an Ant path algorithm simulation I made many years ago. Watch here: https://www.youtube.com/watch?v=G5wb4f5n6qQ&t=53s Many people liked and wanted to understand and play with my awkward code made with Delphi 7. Re...