xxxcucus / planes

Variant of battleships game
MIT License
30 stars 9 forks source link

Create function to delete the user in the multiplayer round - Android App #44

Closed xxxcucus closed 4 months ago

xxxcucus commented 11 months ago

A function delete user should be implemented in the MultiplayerRound class. It should use request and response objects like the other retrofit calls. For an example of connecting to the api for user deletion see in the JavaScript code at https://xxxcucus.github.io/planes/

xxxcucus commented 4 months ago

implemented