Website with a real-time multiplayer Pong contest with Python (Django) backend, JavaScript (Bootstrap Toolkit) frontend, and various modules for enhanced features like tournaments, blockchain integration, AI opponents, and more.
You have to create a chat for your users in this module:
◦ The user should be able to send direct messages to other users.
◦ The user should be able to block other users. This way, they will see no more messages from the account they blocked.
◦ The user should be able to invite other users to play a Pong game through the chat interface.
◦ The tournament system should be able to warn users expected for the next game.
◦ The user should be able to access other players profiles through the chat interface.
You have to create a chat for your users in this module:
◦ The user should be able to send direct messages to other users. ◦ The user should be able to block other users. This way, they will see no more messages from the account they blocked. ◦ The user should be able to invite other users to play a Pong game through the chat interface. ◦ The tournament system should be able to warn users expected for the next game. ◦ The user should be able to access other players profiles through the chat interface.