The client application provides the user interface for the R-Type game, handling all player interactions, graphics rendering, and network communication to connect with the game server.
- User Interface: Dynamic and responsive GUI for an engaging game experience.
- Control System: Handles user input seamlessly for game interactions.
- Network Capabilities: Manages communication with the server to synchronize game states across multiple players.
To start the client, run the r-type_client executable after building. Ensure the server is running to connect and play.
./r-type_client [ip] [port]
Contributions to improve the client are greatly appreciated. Check our guidelines on how to contribute effectively.
This project is licensed under the MIT License - see the LICENSE file for details.