Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Last active October 8, 2019 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtimkovich/c30bef9b890087999139d861705c74a8 to your computer and use it in GitHub Desktop.
Save mtimkovich/c30bef9b890087999139d861705c74a8 to your computer and use it in GitHub Desktop.
fake netplay codes
const netplay = Array(8).fill().map(() =>
Math.floor(Math.random() * 16).toString(16)
).join('');
console.log(netplay);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment