联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 论文(70) 
按平台查找All Python(70) 

[论文] Stone-Paper-Scissors

Python Stone,Paper,Scissors Game是一个用Python.编写的简单但有趣的命令行程序。它允许玩家与计算机对手进行经典的手游。
The Python Stone, Paper, Scissors Game is a simple yet entertaining command-line program written in Python. It allows players to engage in the classic hand game against a computer opponent. (2024-04-29, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1714332217939781.html

[论文] Rock-Paper_Scissors

这个Python程序允许用户在计算机上玩石头剪刀。它提示他们的名字,欢迎他们,并跟踪赢和输。用户输入他们的选择,计算机随机选择其移动。当用户退出时游戏结束,显示最终得分。
This Python program lets users play Rock Paper Scissors against the computer. It prompts for their name, welcomes them, and tracks wins and losses. Users input their choices, and the computer randomly selects its move. The game ends when the user quits, displaying final scores. (2024-04-18, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713436266898748.html

[论文] Rock-Paper-Scissors

这个Python程序允许您在终端中与计算机玩石头剪刀的经典游戏!体验这一永恒的手游的兴奋,因为你的智慧与计算机。通过简单直观的界面,您可以在不离开命令行的情况下享受无休止的石头剪刀乐趣。
This Python program allows you to play the classic game of Rock-Paper-Scissors against the computer right in your terminal! Experience the excitement of this timeless hand game as you pit your wits against the computer. With a simple and intuitive interface, you can enjoy endless rounds of Rock-Paper-Scissors fun without leaving your command line. (2024-04-13, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713003296648574.html

[论文] rock-paper-scissors-game

这个项目是Python中经典游戏“石头剪刀”的简单实现。用户可以与计算机玩游戏,计算机随机选择其移动。游戏具有用户友好的界面,并提供关于每一轮结果的反馈。这是一种练习Python编程技能并同时获得乐趣的好方法!
This project is a simple implementation of the classic game "Rock Paper Scissors" in Python. Users can play against the computer, which randomly selects its moves. The game features a user-friendly interface and provides feedback on the result of each round. It s a great way to practice Python programming skills and have fun at the same time! (2024-04-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712443142208559.html

[论文] RPS-game

石头、纸和剪刀游戏是一个Python程序,它允许您通过选择其中一个选项来玩游戏,如果您的选择与计算机相同,则结果是平局。当你选择石头而计算机选择剪刀时,你要么赢,要么你选择纸而计算机选择石头,要么你以其他方式输
The rock,paper and scissors game is a python program that allows you play a game by choosing one of the options where the outcome is a tie if your choice is the same as the computer. You either win when you choose rock and computer choose scissors or you choose paper and computer choose rock or you lose in the other ways (2024-03-05, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709623534695490.html

[论文] Rock_Paper_Scissors_Game

Python Rock,Paper,Scissors Game以有趣的数字格式将经典手游带入生活。该项目使用Python编程语言构建,为所有年龄段的玩家提供交互式和参与式体验。
The Python Rock, Paper, Scissors Game brings the classic hand game to life in a interesting digital format. Built using Python programming language, this project offers an interactive and engaging experience for players of all ages. (2024-03-03, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709441577977249.html

[论文] Rock-Paper-Scissors

这个Python程序允许您在计算机上玩石头剪刀的经典游戏。系统将提示您输入您的选择(石头、纸或剪刀),计算机将随机选择其选择。然后,程序将根据经典游戏规则确定获胜者。
This Python program allows you to play the classic game of Rock-Paper-Scissors against the computer. You ll be prompted to enter your choice (rock, paper, or scissors), and the computer will randomly select its choice. The program will then determine the winner based on the classic game rules. (2024-02-28, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709104456209510.html

[论文] RPS_PredictorAlgorithm

一种内置于python中的算法,与用户一起玩石头、纸张、剪刀。程序将根据用户在前一轮中选择的内容来预测用户在每轮中选择什么
An algorithm built in python that plays Rock, Paper, Scissors with the user. The program will the predict what the user will select during each round based off what they picked during preceding rounds (2024-02-16, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708061405189170.html

[论文] R-P-S

Python Rock Paper Scissors游戏让用户参与一个经典的对抗计算机的手游戏。玩家选择石头、纸或剪刀,旨在通过遵循简单的规则击败计算机。这段交互式代码展示了输入处理和条件语句,提供了一个有趣的、对初学者友好的编程演示。
The Python Rock Paper Scissors game engages users in a classic hand game against the computer. Players choose Rock, Paper, or Scissors, aiming to beat the computer by following simple rules. This interactive code showcases input handling and conditional statements, offering an enjoyable, beginner-friendly programming demonstration. (2023-12-26, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703541496684695.html

[论文] Rock-Paper-Scissors-Game

“石头、纸、剪刀游戏”是一个简单的Python程序,允许用户与计算机玩经典游戏。用户在石头、纸或剪刀之间进行选择,计算机进行随机选择。然后,程序根据游戏规则确定获胜者。
The "Rock, Paper, Scissors Game" is a simple Python program that allows the user to play the classic game against the computer. The user chooses between Rock, Paper, or Scissors, and the computer makes a random selection. The program then determines the winner based on the game s rules. (2023-12-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703202232379996.html
1234
总计:70