gomoku

所属分类:Python编程
开发工具:Python
文件大小:165KB
下载次数:0
上传日期:2020-06-13 18:41:25
上 传 者sh-1993
说明:  [Python3 Pygame]由2名玩家玩的传统GOMOKU游戏
([Python3 Pygame] Traditional GOMOKU Game played by 2 players)

文件列表:
gomoku (0, 2020-06-14)
gomoku\__init__.py (27, 2020-06-14)
gomoku\gomoku.py (8135, 2020-06-14)
gomoku\palette.py (231, 2020-06-14)
img (0, 2020-06-14)
img\20190504gomoku.gif (209050, 2020-06-14)
main.py (4077, 2020-06-14)

# GOMOKU This is a traditional Gomoku game played by 2 players and it is a five-in-a-row. - Gomoku from wiki: Gomoku, also called Five in a Row, is an abstract strategy board game. Players alternate turns placing a stone of their color on an empty section. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally. (Reference: https://en.wikipedia.org/wiki/Gomoku) ## How to run ```bash python main.py ``` ## Requirement ```bash pygame==1.9.6 ``` ## Game screenshots ![GOMOKU for 2 players](https://raw.githubusercontent.com/positive235/gomoku/master/img/20190504gomoku.gif)

近期下载者

相关文件


收藏者