Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 893 Bytes

Client

Overview

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.

Features

  • 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.

Usage

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]

Contributing

Contributions to improve the client are greatly appreciated. Check our guidelines on how to contribute effectively.

License

This project is licensed under the MIT License - see the LICENSE file for details.