Tic-Tac-Toe là một trò chơi cổ điển hai người chơi, được lập trình bằng ngôn ngữ C/C++. Dự án này cung cấp một phiên bản đơn giản nhưng hiệu quả của trò chơi, giúp người chơi trải nghiệm cảm giác thú vị khi thi đấu với đối thủ.
Tic-Tac-Toe is a classic two-player game programmed in C/C++. This project provides a simple yet effective version of the game, allowing players to enjoy the challenge of competing against an opponent.
Bạn có thể lấy mã nguồn của trò chơi bằng cách clone repository hoặc tải trực tiếp:
You can obtain the game's source code by cloning the repository or downloading it directly:
Clone repository:
git clone https://github.com/NLPQuy221205/Tik-Tak-Toe-project.gitHoặc tải ZIP:
- Truy cập vào repository trên GitHub.
- Nhấn vào nút "Code" và chọn "Download ZIP".
- Giải nén file ZIP về máy tính.
Or download ZIP:
- Go to the repository on GitHub.
- Click on the "Code" button and select "Download ZIP".
- Extract the ZIP file to your computer.
Sau khi tải về, bạn cần sử dụng Microsoft Visual Studio để mở file .sln và chạy chương trình.
After downloading, you need to use Microsoft Visual Studio to open the .sln file and run the program.
Bước thực hiện:
- Mở Visual Studio.
- Chọn File > Open > Project/Solution...
- Điều hướng đến thư mục chứa mã nguồn và mở file
PROJECTTESTLASTERM.sln. - Nhấn F5 để biên dịch và chạy chương trình.
Steps to follow:
- Open Visual Studio.
- Select File > Open > Project/Solution...
- Navigate to the source code directory and open the
PROJECTTESTLASTERM.slnfile. - Press F5 to compile and run the program.
Chúng tôi hoan nghênh mọi đóng góp nhằm cải thiện dự án. Hãy gửi pull request hoặc mở issue nếu bạn có đề xuất.
We welcome all contributions to improve the project. Feel free to submit a pull request or open an issue if you have suggestions.