Created
May 1, 2020 14:02
-
-
Save Franckapik/c3a7bda7af5f157db0f56ade34fdbc4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let playersList = {}; | |
listeId.map((ident, i) => { | |
playersList[ident] = { | |
score : 0, | |
x : 0, | |
y : 0 | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment