合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務合肥法律

        CAN201代做、python語言程序代寫
        CAN201代做、python語言程序代寫

        時間:2024-10-27  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯



        CAN201 In Class Test 1 Thursday Session 2
        Multiplayer Number Guessing Game (UDP Sockets)
        Objective
        This in class test is required to use Python for socket programming. You will create a multiplayer “number guessing” game using UDP sockets programming, with one server and multiple clients (two clients for testing).
        Task Description
        You need to implement two simple programs: a server and a client. The server manages the game logic, while the clients communicate with the server to participate in the game.
        Game Rules:
        Server Behavior
        1. Initialization: The server listens/waits on a specified IP and port.
        2. Client Connection:
        o When a client connects, the server asks for the client’s name.
        o After receiving the name, the client is marked as "ready". 3. Game Start:
        o The game starts when all connected clients are "ready".1
        o The server generates a random number (e.g., **100). 4. Gameplay:
        o The server prompts each client in turn to guess the number. o The server checks the guess:
        § Ifcorrect,theserverannouncesthewinnertoallclientsandendsthegame.
        § If incorrect, the server informs all clients whether the guess is too high or
        too low, and then prompts the next client.
        o Next turn order: the player who guesses closest gets to guess first in the next turn. 5. Game End: The game ends when a client guesses correctly. (To make it simpler, no restart
        is required. That means we only test once.)
        Client Behavior
        1. Connect to Server: Clients connect to the server using its IP and port of the server.
        2. Submit Name: Clients send their name when prompted by the server.
        3. Gameplay:
        o Clients wait for their turn to guess.
        o When prompted, the client sends a guess to the server.
        o The client receives feedback from the server about their guess.
        6. Game End: Clients are notified when the game ends. (To make it simpler, no restart is required. That means we only test once.)
        1 When we test your code, we will start two clients (two clients code should let the server know their joining) first, and then enter client’s name one by one.
            
        Implementation Requirements
        • Language: Python 3.x
        • Sockets: Use socket module, UDP protocol.
        • Error Handling: Implement basic error handling for invalid inputs.
        Program Execution
        1. Server Execution (in terminal):
        python server.py --ip <server_ip> --port <port> Example:
        python server.py --ip 192.168.0.100 --port 42345
        2. Client Execution (in terminal):
        python client.py --ip <server_ip> --port <port> Example:
        python client.py --ip 192.168.0.100 --port 42345
        Submission
        Package server.py and client.py into a zip file and submit it to Learningmall’s submission link.
        Sample Interaction
        Server Output
        Server started on 192.168.0.100:42345 Client connected: (192.168.0.101, 54**1) Client connected: (192.168.0.102, 54**2) Received name: Alice
        Received name: Bob
        All clients are ready. Starting the game. Random number generated: 42
        Prompting Alice to guess.
        Received guess 30 from Alice. Too low. Prompting Bob to guess.
        Received guess 50 from Bob. Too high. Prompting Bob to guess.
        Received guess 42 from Bob. Bob wins! Client Output (Alice)
        Connected to server at 192.168.0.100:42345 Enter your name: Alice
        Waiting for other players...
        Game started!
        Your turn to guess.
        Enter your guess: 30
        Your guess is too low.
        Waiting for your turn...
        Bob guessed 50. The guess is too high.
               
        Waiting for your turn...
        Bob guessed 42 and won the game!
        Client Output (Bob)
        Connected to server at 192.168.0.100:42345 Enter your name: Bob
        Waiting for other players...
        Game started!
        Waiting for your turn...
        Alice guessed 30. The guess is too low. Your turn to guess.
        Enter your guess: 50
        Your guess is too high.
        Your turn to guess.
        Enter your guess: 42
        Congratulations! You guessed the number!
        Grading Criteria (Total: 5 points)
        1. Functionality (2 points)
        o 2 points: Correct implementation of game logic, including generating a random number,
        prompting clients to guess in turn, evaluating the guess (higher/lower), and broadcasting
        results to all clients.
        o 1 point: Basic communication between the client and server is established, including
        client connection and name registration.
        o 0 point: No submission or incorrect submission.
        2. Code Quality and Standards (1 point)
        o 1 point: Code is well-structured, with appropriate comments, clear variable naming,
        and logical organization.
        o 0.5 points: The submitted program has no major syntax errors and can run correctly. o 0 point: No submission or incorrect submission.
        3. Timely Submission (2 point)
        o 2 points: Complete submission of server.py and client.py files during the lab. o 1 point: Complete submission of server.py and client.py files within 24 hours. o 0 points: Incomplete or late submission or missing any file.


            
        請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp






         

        掃一掃在手機打開當前頁
      1. 上一篇:代做CENG 2310、代寫matlab設計編程
      2. 下一篇:AM05 AUT24代做、代寫R設計編程
      3. 無相關信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務+熱設計優(yōu)化
        急尋熱仿真分析?代做熱仿真服務+熱設計優(yōu)化
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發(fā)動機性能
        挖掘機濾芯提升發(fā)動機性能
        海信羅馬假日洗衣機亮相AWE  復古美學與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機亮相AWE 復古美學與現(xiàn)代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
        合肥機場巴士1號線
        合肥機場巴士1號線
      4. 短信驗證碼 酒店vi設計 NBA直播 幣安下載

        關于我們 | 打賞支持 | 廣告服務 | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
        ICP備06013414號-3 公安備 42010502001045

        亚洲国产精品丝袜在线观看| 国产成人综合久久精品亚洲| 久久精品免费视频观看| 亚洲精品在线视频| 日韩一区二区三区在线观看 | 日韩精品久久不卡中文字幕| 国产成人yy精品1024在线| 91精品啪在线观看国产线免费| 国产精品精品自在线拍| av蓝导航精品导航| 99久久精品国产高清一区二区| 国产精品成人99久久久久91gav| 精品无码成人片一区二区| 日韩精品中文字幕无码一区| 国产亚洲精品仙踪林在线播放| 国产精品黄页在线播放免费| 网曝门精品国产事件在线观看| 少妇人妻偷人精品视蜜桃| 欧美精品大香伊蕉在人线| 99久久做夜夜爱天天做精品| 四虎永久在线精品波多野结衣| 国内精品免费麻豆网站91麻豆| 久久精品久噜噜噜久久| 538精品视频在线观看| 91精品啪在线观看国产18| 久久久精品国产sm调教网站| 久久精品中文騷妇女内射| 91精品国产高清久久久久久| 久久国产精品成人片免费| 久久精品aⅴ无码中文字字幕重口| 久久久久亚洲精品无码蜜桃| 热re99久久6国产精品免费| 久久亚洲日韩精品一区二区三区 | 亚洲精品国产国语| 2022国产精品自产拍在线观看| 精品不卡一区二区| 97久久超碰国产精品2021| 亚洲最大天堂无码精品区| 国产精品无码无卡在线观看久| 老色鬼永久精品网站| 女同久久精品国产99国产精品 |