ccc112b / ai

課程:人工智慧 -- 筆記、習題與報告
3 stars 53 forks source link

習題11: 請寫一個下棋程式 (可以當期中作業用) (能用 min-max 或 alpha-beta 更好)(不寫無所謂) #13

Open ccckmit opened 1 month ago

ccckmit commented 1 month ago

參考

  1. https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning
  2. https://en.wikipedia.org/wiki/Minimaxv
  3. 01-傳統電腦下棋
LeeYi-user commented 3 weeks ago

資工三 李易 111010512 https://github.com/LeeYi-user/ai/tree/master/homework/11 本程式主要修改自這個專案, 並為其加上 printBoardcheckWinner 兩個函式

GFVictorique commented 2 weeks ago

資工二 111010521 薛翊呈 https://github.com/GFVictorique/ai/blob/master/HW/HW11.py

tom71012 commented 2 weeks ago

資工三 111010505 吳承泰 習題11

Kruez0 commented 2 weeks ago

資工二111110541劉佩芬 https://github.com/Kruez0/ai/tree/master/%E6%9C%9F%E4%B8%AD

Ellinaa commented 2 weeks ago

資工四110910558陳玟卉 習題11

weichen11011 commented 2 weeks ago

資工三 顏瑋成 111010529 習題11

Tzuan1020 commented 2 weeks ago

資工三 111010517 蘇子安 習題11

Remilia517 commented 2 weeks ago

資工三 111010532 李昱宏 習題11

a920217 commented 2 weeks ago

資工三 111010538 陳紹恩 hw11

yihsien924 commented 2 weeks ago

資工三 林羿嫻 111010555 hw11

patrick0516 commented 1 week ago

資工三 111010575 周辰恩 hw11

gakuplusq commented 1 week ago

110910530 資工四 黃劭騏

guangbo1110105228 commented 1 week ago

資工三 111010528 冉光博 https://github.com/guangbo1110105228/ai/blob/master/hw11.py

abc644 commented 1 week ago

資工四 110910521 張展睿 https://github.com/abc644/ai/blob/master/HW/hw11/chess.py