powelli13 / dara-dots

Using Phaser 3 to implement a game idea I have.
MIT License
5 stars 2 forks source link

Need way to create UUIDs #6

Closed powelli13 closed 3 years ago

powelli13 commented 3 years ago

After removing Ecto I no longer have access to it's UUID generating function. I think this: https://hexdocs.pm/uuid/readme.html will work fine as a replacement.

powelli13 commented 3 years ago

This has been accomplished by using the UUID library mentioned above.