Skip to content

Implements basic artificial intelligence life simulation models.

Notifications You must be signed in to change notification settings

ThomasCaud/ai-simulation

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published