We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pong functionality to empty sdk dapp to show new developers the complete workflow to create a new functional dapp.
Requires creating new API points. 2 endpoints. 1 to keep track of the increments for the score. 2 decide winner/loser
Realtime communication with sockets to keep track of where paddle is.
This will still be difficult / complex due to real time nature of video games.
Really important to show the complete workflow/process for how to build a new dapp. Requires building backend API endpoints
https://codesandbox.io/p/sandbox/pong-game-react-e1r8x?file=%2Fsrc%2FApp.js
The text was updated successfully, but these errors were encountered:
SeanM322
No branches or pull requests
Add pong functionality to empty sdk dapp to show new developers the complete workflow to create a new functional dapp.
Requires creating new API points. 2 endpoints. 1 to keep track of the increments for the score. 2 decide winner/loser
Realtime communication with sockets to keep track of where paddle is.
This will still be difficult / complex due to real time nature of video games.
Really important to show the complete workflow/process for how to build a new dapp. Requires building backend API endpoints
https://codesandbox.io/p/sandbox/pong-game-react-e1r8x?file=%2Fsrc%2FApp.js
The text was updated successfully, but these errors were encountered: