Locas Ants Versions Save

A modern Lua+Löve2D remake of my Ant Colony Simulation

v0.2.2

6 years ago
  • enhanced GUI adding: Zoom+-, Pan, Pheromones show/hide.
  • resolution independent content scaling... sort of. F11 fullscreen.
  • Portals :)

+Last moment fix for love2D v11.0.0 support only on attached .love and latest master.

v0.2.1

6 years ago
  • hide Ants (not draw) pressing 0
  • animated ant sprites
  • grass:new cell type
  • added some UI buttons to draw cells using SUIT lib: https://github.com/vrld/suit

0.2.0

6 years ago
  • New debug visualization of pheromones, pressing 5.
  • Non-passable grid cells (or tiles)
  • Improved and fixed collision resolution.
  • New Object avoidance. Toggle on/of press 6.
  • Food and Cave as grid cells.
  • Removed all other algorithms "experiments", clean code.
  • Keep only pheromones algorithm.
  • Removed round surfaces support.

0.1.2

6 years ago
  • Implemented old 2003 algorithm with space partition and direct communication ant to ant.
  • Implemented Pheromones algorithm by storing useful info on the ground (grid map).
  • Better debug visualizations, press 4 to switch algorithm. Press 3 to show space partition grid.

0.1.1

6 years ago

Ants can find paths from food to cave. This is the first basic slow algorithm without any optimization. Ants communicate directly without pheromones (Like the old code form 2003).

0.1.0

6 years ago

Just the basics to start. Moving entities that bounce with limits and circle obstacles.