Skip to content

Mainman002/js-quad-tree-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

js-quad-tree-module

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

quad_tree_screenshot_01

How to Play / 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 )

About

A module to detect objects in subdivided areas of the canvas.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors