kgourgou / verlet-on-a-maze

Verlet. On a maze. Yes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Literally applying the verlet method on a graph that defines a maze.

The motivating example for this was a maze represented as a graph. We have vertices V and edges E as well as an additional attribute of the vertices, their location in 2D space. Then we can deform the maze as if it represents a physical system.

To play with run_pymaze.py you will need to install my version of pymaze.

This is not yet useful in any way (except as an implementation of verlet for fun), there are some TODOs that I have to take care of.

About

Verlet. On a maze. Yes.

License:MIT License


Languages

Language:Python 100.0%