GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Network
Fork
: 0
sato.yukiya
/
PyTicTacToe
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
PyTicTacToe
/ README.md
sato
on 1 Mar 2022
338 bytes
最初のコミット
Raw
Blame
History
PyTicTacToe
拡張版〇×ゲームをpythonへと移植し,遺伝的アルゴリズムで勝とうと思ったときに作ったプロジェクト
稼働方法
イメージのビルド
docker build -f .devcontainer/Dockerfile -t marubatu .
コンテナの稼働
docker build run -it marubatu