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

[Python编程] discord-ban-webhook

当发现新的禁令时,它会检索其他玩家信息和评论,并将此信息发送到指定的Discord webhook。
When a new ban is found, it retrieves additional player information and comments and sends this information to the specified Discord webhook. (2024-03-14, Python, 0KB, 下载0次)

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

[Python编程] teyeliz

Teyeliz是一款用Python和Pygame构建的多人纸牌游戏。它提供了一种吸引人的游戏体验,玩家可以通过WebSockets相互竞争,使用策略和运气的组合。
Teyeliz is a multiplayer card game built with Python and Pygame. It offers an engaging gaming experience where players can compete against each other via WebSockets, using a combination of strategy and luck. (2024-03-11, Python, 0KB, 下载0次)

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

[Python编程] sudoku

使用wxPython构建的简单数独谜题求解器GUI应用程序。玩数独游戏,实时验证您的输入,并享受随机生成的谜题的无限游戏。
A simple Sudoku puzzle solver GUI application built using wxPython. Play Sudoku puzzles, validate your inputs in real-time, and enjoy endless gameplay with randomly generated puzzles. (2024-03-03, Python, 0KB, 下载0次)

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

[Python编程] Snake_Game_Python

“蛇游戏”,玩家处理蛇&我使用了GUI工具,如Pygame或Tkinter来处理图形,并添加了用户输入、蛇移动、联系人识别、进食等功能,。。。
“Snake game” where the player handles a snake & I ve used GUI tool like Pygame or Tkinter to handle the graphics and add features like user input, snake movement, contact recognition, eating food,... (2024-02-13, Python, 0KB, 下载0次)

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

[Python编程] MagiSpeech

索菲亚大学FMI Python简介课程的课程项目。该项目是一款关于巫师开始冒险并使用玩家的演讲来使用魔法的游戏。
Course project for the course Introduction to Python at Sofia University FMI. The project is a game about a wizard starting his adventure and using the player s speech to use magic. (2024-02-12, Python, 0KB, 下载0次)

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

[Python编程] 0x1de-NX

该应用程序旨在成为塞尔达的一款一体式应用程序:王国之泪修改器,使修改和玩mods尽可能容易。
This app aims to be an all-in-one app for Zelda: Tears of the Kingdom Modders to make modding and playing mods as easy as possible. (2024-02-10, Python, 0KB, 下载0次)

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

[Python编程] Tic-Tac-Toe-game-with-6-search-algorithms

这段Python代码使用Tkinter创建了一个Tic Tac Toe游戏,玩家可以与使用IDD等搜索算法的计算机进行游戏...
This Python code uses Tkinter to create a Tic-Tac-Toe game where players can play against a computer employing search algorithms like IDDFS, BFS, UCS, DFS, Greedy Search, and A*. (2023-11-25, Python, 0KB, 下载0次)

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

[Python编程] Tic-Tac-Toe-App

这款Python应用程序提供了一款经典的Tic Tac Toe游戏,具有用户友好的图形界面。玩家轮流单击网格以编程...
This Python app offers a classic game of Tic Tac Toe with a user-friendly graphical interface. Players take turns clicking the grid to place X or O . It tracks wins for each player and detects ties, offering an enjoyable gaming experience. (2023-11-20, Python, 0KB, 下载0次)

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

[Python编程] music-roulette

音乐轮盘是一款网络游戏,您可以在聚会期间与朋友一起玩。事情很简单:曲目正在一个接一个地播放,例如...,
Music Roulette is a web game you may play with your friends during the party. It goes simple: the tracks are playing one-by-one and for each of them you have to guess from whose playlist is it (2023-10-23, Python, 0KB, 下载0次)

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

[Python编程] Fantasy-Premier-League

梦幻超级联赛是全世界所有梦幻游戏系统中最受欢迎的。经理用户选择他们的玩家并根据...,
Fantasy Premier League is the most popular in all fantasy gaming system all over the world. Managers/Users choose their players and according to their performance managers got points. Week by week, Month by month, and season by season manager got rewards. (2023-10-23, Python, 0KB, 下载0次)

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

[Python编程] Dragon-Ball-Z-Classic

这是我第一个用pygame制作的游戏。本游戏基于龙珠Z。在本游戏中,您可以将玩家向左、向右移动,使我...,
This is my first game made using pygame. This game is based on Dragon Ball Z. In This game you can move the player to left, right, make it jump. You have to dodge the enemies and have to collect the dragon balls to increase your score (2023-10-21, Python, 0KB, 下载0次)

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

[Python编程] Python-TicTacToe-23

这段代码使用Python中的Tkinter创建了一个具有GUI的3x3 Tic Tac Toe游戏。它允许两名玩家轮流放置标记和...,
This code creates a 3x3 Tic Tac Toe game with a GUI using Tkinter in Python. It allows two players to take turns placing their markers and checks for a winner or a tie after each turn. The game displays a message box when the game is over and allows the user to reset the board to play again. (2023-09-09, Python, 0KB, 下载0次)

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

[Python编程] tic-tac-toe-game-AI

Python Tic Tac Toe游戏使用Tkinter。与人工智能玩家比赛。游戏逻辑检查胜利和平局。人工智能使用存储的数据进行智能...,
Python Tic-Tac-Toe game using Tkinter. Play against AI player. The game logic checks for wins and ties. AI uses stored data for intelligent moves. Reset button for new games. Functional and can be improved on GitHub. (2023-08-15, Python, 0KB, 下载0次)

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

[Python编程] WanAndroid

WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android https://www.wanandroid.com 客户端,是一个不错的Android应用开发学习参考项目,stars:222, update:2020-10-23 11:23:37
WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android <a href="https://www.wanandroid.com" rel="nofollow">h...</a> , stars:222, update:2020-10-23 11:23:37 (2023-06-30, Java, 0KB, 下载0次)

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

[Python编程] antimicrox

用于将键盘按钮和鼠标控件映射到游戏板的图形程序。用于在没有游戏的情况下玩游戏...
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. (2023-06-28, C++, 0KB, 下载0次)

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

[Python编程] GameRatingsPredictor

机器学习算法解决了视频游戏内容分级的多类分类问题(无需玩游戏)...
Machine learning algorithm solves multi-class classification problem of video games content rating (without playing it). Quantitative Methods for Computer Science exam project. (2023-02-07, Python, 500KB, 下载0次)

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

[Python编程] tic-tac-toe

用Python编写并使用pyGame的Tic Tac Toe游戏;你可以在2难度上与其他玩家或计算机比赛...
Tic-Tac-Toe game written in Python and using pyGame; you can play versus another player or the computer on 2 difficulties: normal (random choices) and hard (minimax algorithm) (2021-03-25, Python, 29KB, 下载0次)

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

[Python编程] Conqueror-of-Empires

一款回合制战略游戏,其中多达4名本地玩家通过扩张他们的帝国和控制来争夺胜利...
A turn-based strategy game where up to 4 local players battle to be victorious, by expanding their empires, and controlling units to conquer cities and attack the enemy. (2022-07-17, Python, 1856KB, 下载0次)

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

[Python编程] Tic-Tac-Toe-Game-In-Python

使用Tkinter的python中的GUI的Tic Tac Toe游戏,还有重启功能,并显示现在轮到哪个玩家。
Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now. (2022-09-23, Python, 77KB, 下载0次)

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

[Python编程] PyBox

PyBox为您提供了许多这样的Python游戏的编译,作为一个平台,简单地说,就是玩得开心。范围...
PyBox provides you with a compilation of many such Python games, serving as a platform to, simply put, have fun. Ranging from pen and paper games like Tic Tac Toe to watered down and modified versions of popular classic arcade games like Snake, Flappy bird and Pong, we have a game for everybody to play. (2022-10-02, HTML, 2277KB, 下载0次)

http://www.pudn.com/Download/item/id/1686495205513905.html
总计:185