A module to detect objects in subdivided areas of the canvas.
This was made based on a tutorial by "The Coding Train" https://youtu.be/OJxEcs0w_kE
- install npm ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm )
- clone js-quad-tree-module-main files, then extract, and navigate to that folder
- open a terminal, powershell, or Visual Studio Code, then run this command to install
npm i- and this command to play
npm start( if you'd prefer to make a stand alone game instead run install electron-builder )
npm i -g electron-builder- Then run this command to build executable
electron-builder build( you'll find the executable / AppImage in the "dist" folder )
