LoginSignup
4
11

More than 5 years have passed since last update.

ボードゲーム「カタン」のプログラム【Python3】

Last updated at Posted at 2018-02-25

catan-spectator

  • カタンのゲーム進行を記録するためのプログラム(CPUとの対戦機能なし)

git clone https://github.com/rosshamish/catan-spectator
cd catan-spectator
pip3 install -r requirements.txt
python3 main.py

catan 0.4.2

  • Pythonにあるカタンのパッケージ

pip3 install catan

catan

  • カタンのゲーム(CPUとの対戦機能あり)
  • pygameをインストールしておく必要あり
  • UIはイマイチだが,コードをいじりやすく,カタンのゲームAIづくりにはこれが1番向いてそう

python3 game.py

4
11
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
11