BeePong / 42_transcendence

This group project is about creating a website for the mighty Pong contest!🏓
1 stars 1 forks source link

BackendFeature/ Server-Side Pong #10

Open linhtng opened 1 week ago

linhtng commented 1 week ago

Replace the basic Pong game with a server-side Pong game, accompanied by the implementation of an API. Key features and objectives include: ◦ Develop server-side logic for the Pong game to handle gameplay, ball move- ment, scoring, and player interactions. ◦ Create an API that exposes the necessary resources and endpoints to interact with the Pong game, allowing partial usage of the game via the Command-Line Interface (CLI) and web interface. ◦ Design and implement the API endpoints to support game initialization, player controls, and game state updates. ◦ Ensure that the server-side Pong game is responsive, providing an engaging and enjoyable gaming experience. ◦ Integrate the server-side Pong game with the web application, allowing users to play the game directly on the website.