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

[游戏] Python-Slot-Machine

一款使用python的简单老虎机游戏,玩得开心
A simple slot machine game using python, have fun (2024-02-13, Python, 0KB, 下载0次)

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

[游戏] PythonGames

与人工智能或其他人类玩的各种双人游戏
Various 2 player games to play against A.I.. or other humans (2024-02-01, Python, 0KB, 下载0次)

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

[游戏] TwitchPlayFightingICE

这个项目是为玩斗冰游戏而建造的
This project is built for twitch playing FightingIce game (2024-01-14, Python, 0KB, 下载0次)

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

[游戏] Tic-Tac-Toe-Game

一个Python程序实现了一个基于控制台的tic-tac-toe游戏,其中玩家输入他们的名字,在3x3网格上轮流玩X和O,…
A Python program implementing a console-based tic-tac-toe game where players input their names, take turns playing X and O on a 3x3 grid,… (2024-01-09, Python, 0KB, 下载0次)

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

[游戏] The-Card-Game-Bot

在不和谐中玩著名的纸牌游戏!
Play Well Known Card Games in Discord! (2023-12-20, Python, 0KB, 下载0次)

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

[游戏] Chess-AI-test

测试棋类游戏玩家将使用已安装的AI。。。
Testing chess game players will play with installed AI... (2023-12-08, Python, 0KB, 下载0次)

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

[游戏] The-Briscola-card-game

玩流行的地中海魔术纸牌游戏
Play the popular mediterranean trick-taking card game (2023-11-11, Python, 0KB, 下载0次)

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

[游戏] steam-games-tracker

跟踪在概念中的Steam上玩的完美游戏。,
Track perfect games played on Steam in Notion., (2023-10-26, Python, 0KB, 下载0次)

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

[游戏] regular-game

一种玩家使用常规语言进行战斗的游戏,
A game where the player fights with regular languages, (2023-10-05, Python, 0KB, 下载0次)

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

[游戏] Dice_Game

这是一款简单的基于文本的骰子游戏,适合2-4名玩家。玩家轮流掷六边形骰子以累积点数,目标...,
This is a simple text-based dice game for 2 to 4 players. Players take turns rolling a six-sided die to accumulate points, with the objective of reaching a maximum score of 50 to win the game. (2023-10-02, Python, 0KB, 下载0次)

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

[游戏] Lollipop_Ninja

我在学校时玩的一种Python游戏。,
A python game which I had made during my school days., (2023-09-28, Python, 0KB, 下载0次)

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

[游戏] simulate-cribbage-games

模拟和分析两个玩家之间的Cribage博弈。,
Simulate and analyze cribbage games between two players., (2023-03-05, Python, 0KB, 下载0次)

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

[游戏] classic-blackjack-game

21点是一种纸牌游戏,让玩家与庄家进行比较。它是用一副或多副牌玩的。卡片被视为他们的尊重...,
Blackjack is a card game that pits player versus dealer. It is played with one or more decks of cards. Cards are counted as their respective numbers, face cards as ten, and ace as either eleven or one (in our game it will show on the counter as an 11 unless you are over 21). The object of Blackjack is the beat the dealer. This can be accomplishe... (2023-09-08, Python, 0KB, 下载0次)

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

[游戏] Snake-and-Ladder-Game-Python

在Python Snake and Ladder游戏中,3列出了跟踪玩家的姓名、分数和获胜者。玩家使用随机函数掷骰子,在野猪上移动...,
In Python Snake and Ladder game, 3 lists track player names, scores, and winners. Players roll dice using rand function, move on the board, encounter snakes and ladders. First to final position wins. Exciting, dynamic gameplay with luck and strategy. Lists efficiently manage data. Engaging competition! (2023-07-28, Python, 0KB, 下载0次)

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

[游戏] CardGames

用于创建支持多玩家的纸牌游戏的Python库
Python library for creating card games with multiplayer support (2012-02-13, Python, 85KB, 下载0次)

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

[游戏] 15-puzzle-cli

一个CLI工具,用于玩15个益智游戏
A CLI tool to play the 15-puzzle game (2019-04-18, Python, 10KB, 下载0次)

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

[游戏] The-Times-Tables-Game

允许用户根据时间表玩游戏
Allows users to play a game based on the Times Tables (2022-10-16, Python, 28284KB, 下载0次)

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

[游戏] mini_chess

迷你国际象棋是国际象棋的精简版本,在3×3的棋盘上玩,每个玩家只有2个棋子。目标是实现...
Mini chess is a lite version of chess, played on an 3 by 3 board with only 2 pawns per player. The goal is to reach the opposite side with one of your pawns. (2023-06-22, Python, 36672KB, 下载0次)

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

[游戏] unrailed-ai

一个机器人玩无栏杆!
A bot to play Unrailed! (2021-09-14, Python, 33363KB, 下载0次)

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

[游戏] ship

创建玩家角色,玩家可操控按方向键左右移动,并按空格键可发射子弹击杀敌对飞机。
To create the player's role, the player can manipulate the movement around the arrow keys and press the space bar to launch the bullets to kill the hostile aircraft. (2018-07-21, Python, 10KB, 下载0次)

http://www.pudn.com/Download/item/id/1532176810810499.html
总计:1039