jerosa / MazePlayerIA

Maze Generator P5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MazePlayerIA

Simple project to understand how backtracking algorithms works by creating a maze generator with a GUI. The project uses NodeJS and the library P5.js for the GUI.

Intallation

Dependencies

npm install

Build

  • Development
npm run builDev
  • Production
npm run buildProd

Execution

npm start

About

Maze Generator P5.js

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 3.4%Language:CSS 0.6%