Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 246 Bytes

readme.md

File metadata and controls

23 lines (21 loc) · 246 Bytes

pointmo.re

State data description

positions = {
  <id-int> : [<x-int>,<y-int>]
  <id-int> : [x,y]
  <id-int> : [x,y]
  23423 : [10,10]
}
visitors = {
  <id-int> : {
      name:"",
      location:"",
      color:""
    }
}