KhounborineII / MathDash

MIT License
3 stars 1 forks source link

Peer-To-Peer Connection #4

Open KhounborineII opened 2 years ago

KhounborineII commented 2 years ago

Write the code that will allow for two phones to make a peer-to-peer connection to each other to allow data communication.

Jewpitter commented 2 years ago

Breakdown by page:

Title: -send invite to other ip -receive request

Request: -send ignore

Respond: -send start -send ignore

Game: -send update -send end

Results: -nothing!