使用Python制作的五子棋游戏
☆147Jul 19, 2024Updated last year
Alternatives and similar repositories for PythonGomoku
Users that are interested in PythonGomoku are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于博弈树α-β剪枝搜索的五子棋AI☆787Jul 14, 2017Updated 8 years ago
- Python博弈树实现的简单AI五子棋小游戏☆15Nov 21, 2018Updated 7 years ago
- games developed by python(五子棋、贪吃蛇、扫雷、俄罗斯方块、坦克大战、FlappyBird)☆281Jun 16, 2023Updated 2 years ago
- 基于qt的文件共享系统,类似百度网盘☆14Apr 10, 2019Updated 7 years ago
- ☆11Nov 16, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- some interesting games implemenred in python(一些用python写的小游戏,包括飞船大战,坦克大战,扫雷,俄罗斯方块,五子棋游戏,贪吃蛇,数字游戏,还包括成绩管理系统与天气查询系统的实现以及turtle绘制小猪佩奇,皮卡丘与哆啦A…☆452Dec 24, 2019Updated 6 years ago
- C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to impro…☆87Aug 3, 2020Updated 5 years ago
- 基于PyQt5开发的OCR文字识别系统,调用了百度AI平台的API☆22May 13, 2022Updated 4 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆51Jun 28, 2022Updated 3 years ago
- An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)☆3,618Apr 24, 2024Updated 2 years ago
- 罗盘时钟。八卦罗盘时钟☆11Mar 17, 2020Updated 6 years ago
- Codes and figures for my Master's thesis. Extracting phase information from single interferograms by utilising the phase shifting propert…☆14Oct 29, 2021Updated 4 years ago
- 一个五子棋学习资料站☆166Jan 13, 2026Updated 4 months ago
- 博弈能力不错的五子棋AI☆243Mar 4, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 在《计算机图形学基础》(孔令德)改版教材中的12个经典案列☆18Apr 26, 2020Updated 6 years ago
- 软件测试接口测试自动化测试实战项目-接口文档完整版☆76Jan 5, 2024Updated 2 years ago
- A minecraft-like game made with Godot.☆12Jul 21, 2020Updated 5 years ago
- javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络)☆1,798Oct 1, 2024Updated last year
- An Python N-in-Row game based on Monte Carlo Tree Search and UCT RAVE☆51Jul 17, 2017Updated 8 years ago
- 基于miniGo的幻影围棋AI,2019中国计算机博弈大赛幻影围棋组冠军;AI of Phantom Go based on miniGo☆62Sep 1, 2023Updated 2 years ago
- OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)☆89Oct 11, 2024Updated last year
- 黑白棋服务端脚本☆16Jun 20, 2018Updated 7 years ago
- 水下机器人小组作品☆14Oct 7, 2017Updated 8 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- python小游戏/乒乓球游戏/滑雪游戏☆105Mar 22, 2017Updated 9 years ago
- 白鹭版本祖玛游戏☆15Nov 16, 2018Updated 7 years ago
- Android即时通讯技术,通过使用MQTT协议实现服务器与客户端保持长连接(心跳技术)☆28Nov 1, 2016Updated 9 years ago
- 用Django搭建的一个仿造知乎的网站☆12Dec 8, 2022Updated 3 years ago
- 五子棋AI,使用Qt构建界面☆12May 13, 2018Updated 8 years ago
- 提供银河/国金/华泰客户端/同花顺客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件☆19Jun 18, 2019Updated 6 years ago
- 2022年CUMCM数学建模国赛比赛C题代码、建模、论文思路分享☆17Jun 16, 2023Updated 2 years ago
- ☆16Sep 14, 2023Updated 2 years ago
- 基于遗传算法的BP神经网络☆17Mar 8, 2021Updated 5 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- ASP.NET Core template utilizing Minimal APIs and Native AOT compilation☆16Apr 14, 2025Updated last year
- 机器学习大作业支撑代码:SVM、随机森林、深度学习☆13Sep 29, 2020Updated 5 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Nov 5, 2017Updated 8 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 3 years ago
- tiny dnn android, dependency-free deep learning framework in C++11 running on Android☆15Jan 15, 2017Updated 9 years ago
- alphaGo版本的五子棋(gobang, gomoku)☆68Mar 17, 2020Updated 6 years ago
- SpringBoot网上商城 #java #毕业设计 #网上商城 #springboot #课程设计 #编程 #thymeleaf #Spring-data-jpa #源代码 # 使用SpringBoot 集成Spring-data-jpa,Druid连接池,mysql,t…☆10Jul 26, 2023Updated 2 years ago