abaiao-r / ft_transcendence

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.
7 stars 2 forks source link

Major module: Implement Live Chat. #10

Closed abaiao-r closed 7 months ago

abaiao-r commented 9 months ago

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.