powelli13 / dara-dots

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

Implement Lip Sync Lobby features #5

Open powelli13 opened 4 years ago

powelli13 commented 4 years ago

Below are the needed features for the Lip Sync lobby to register teams and start a randomized performance queue

powelli13 commented 4 years ago

I was having issues with the YouTube Player API using iframes inside the LiveView. Right now I have videos successfully loading on the pages that just use channels and am able to update the player's video for all users using a broadcast so I will go with that route to get a minimum viable product first. Then I may further troubleshoot YouTube player iframes inside the LiveView.

powelli13 commented 4 years ago

The GenServer has been added for the initial state preservation of the queue. need to implement registration functionality on the front end side.

powelli13 commented 3 years ago

Basic performance starting and advance to the next team is functional and advances video across all clients.