mart-so / ia-simulation

Implements basic artificial intelligence life simulation models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cellular automaton

Game of Life

Simulation

Langton's ant

Simulation

Boids - Flocking simulation

  • See documentation and red3d.

  • Consist of managing separation, alignement, and cohesion: Concepts

  • Specificities:

    • Predators exist.
    • Predator get bigger and faster as they eat.
    • Flock is not stupid: they will try to avoid predator in their move.
  • Implemented using ps5js.

  • To make it works, open the index.html file.

Simulation

Path search algorithm

weighted A*

  • See documentation

  • A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.

  • Implemented using ps5js.

  • To make it works, open the index.html file.

  • Simulation

About

Implements basic artificial intelligence life simulation models.


Languages

Language:JavaScript 83.4%Language:Go 11.4%Language:HTML 5.2%