A realtime multiplayer version of the boardgame Ricochet Robots
at master 85 B view raw
1export const currentTimeInSeconds = () => 2 Math.floor(new Date().getTime() / 1000);