Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống
1
/ 14 trang
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng
Số trang
14
Dung lượng
4,68 MB
Nội dung
GAME CARO Instructors : Hoàng Hữu Đức Group member: Đặng Ngọc Thư Nguyễn Minh Diện Nguyễn Bảo Tín Đinh Đức Anh GROUP MEMBER Đặng Ngọc Thư Nguyễn Minh Diện Đinh Đức Anh Nguyễn Bảo Tín CONTENTS 01 INTRODUCTION TO THE TOPIC 03 EXECUTION AND INSTALLATION 02 THEORETICAL BASIS 04 CONCLUSION 01 INTRODUCTION TO THE TOPIC REASON FOR CHOOSE TOPIC Keep players entertained Fully demonstrate the requirements of the subject Various functions to improve programming knowledge GOALS AND RESULTS Build an online checkerboard game that can be played with many other players Understand how TCP Sockets work Improve knowledge of Server-Client connection with TCP/IP Proficient in MultiThread 02 THEORETICAL BASIS Network protocols UDP IP TCP IP addresses are divided into classes Data transmission is slow but provides Data transfer is fast and efficient but A, B, C, D, E safety, no data loss not secure Client-Server model The client sends the request to the server and the server processes and returns the result Socket Programming Method of establishing connection between client and server Once the socket is established, the two computers can exchan services and data 03 EXECUTION AND INSTALLATION 04 CONCLUSION CONCLUSION Complete most of the main functions of the game caro Understand and use client-server model, socket programming, TCP, UDP protocols, Helps improve teamwork skills THANK YOU EVERYONE FOR LISTENING ... EXECUTION AND INSTALLATION 04 CONCLUSION CONCLUSION Complete most of the main functions of the game caro Understand and use client-server model, socket programming, TCP, UDP protocols, Helps improve... Various functions to improve programming knowledge GOALS AND RESULTS Build an online checkerboard game that can be played with many other players Understand how TCP Sockets work Improve knowledge