angelasoler / transcendences

pong web application
3 stars 1 forks source link

Server-Side-Pong #5

Closed angelasoler closed 1 month ago

angelasoler commented 1 month ago

Implementar uma API

angelasoler commented 1 month ago

Replacing Basic Pong with Server-Side Pong and Implementing an API. In this major module, the goal is to replace the basic Pong game with a serverside 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 movement, 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. This major module aims to elevate the Pong game by migrating it to the server side, enabling interaction through both a web interfac