├── NoGo.pro ├── NoGo.pro.user ├── README.md ├── ai.qrc ├── ai ├── ai_mcts.h ├── aimcts.cpp ├── aimcts.h └── v3.exe ├── arlrdbd.ttf ├── gamewidget.cpp ├── gamewidget.h ├── gamewidget.ui ├── hintwidget.cpp ├── hintwidget.h ├── icon.ico ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── pic.qrc ├── pic ├── Logo.png ├── Logo1.png ├── Logo2.png ├── QTNoGo.png ├── QTNoGo1.png ├── WelcomeLogo.png └── WelcomeLogo1.png ├── referee.cpp ├── referee.h ├── report.pdf ├── settingdialog.cpp ├── settingdialog.h ├── settingdialog.ui ├── utils.h ├── welcomewidget.cpp ├── welcomewidget.h ├── welcomewidget.ui └── 系统开发日志.md /NoGo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/NoGo.pro -------------------------------------------------------------------------------- /NoGo.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/NoGo.pro.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/README.md -------------------------------------------------------------------------------- /ai.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/ai.qrc -------------------------------------------------------------------------------- /ai/ai_mcts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/ai/ai_mcts.h -------------------------------------------------------------------------------- /ai/aimcts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/ai/aimcts.cpp -------------------------------------------------------------------------------- /ai/aimcts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/ai/aimcts.h -------------------------------------------------------------------------------- /ai/v3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/ai/v3.exe -------------------------------------------------------------------------------- /arlrdbd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/arlrdbd.ttf -------------------------------------------------------------------------------- /gamewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/gamewidget.cpp -------------------------------------------------------------------------------- /gamewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/gamewidget.h -------------------------------------------------------------------------------- /gamewidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/gamewidget.ui -------------------------------------------------------------------------------- /hintwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/hintwidget.cpp -------------------------------------------------------------------------------- /hintwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/hintwidget.h -------------------------------------------------------------------------------- /icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/icon.ico -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/mainwindow.h -------------------------------------------------------------------------------- /pic.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic.qrc -------------------------------------------------------------------------------- /pic/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/Logo.png -------------------------------------------------------------------------------- /pic/Logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/Logo1.png -------------------------------------------------------------------------------- /pic/Logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/Logo2.png -------------------------------------------------------------------------------- /pic/QTNoGo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/QTNoGo.png -------------------------------------------------------------------------------- /pic/QTNoGo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/QTNoGo1.png -------------------------------------------------------------------------------- /pic/WelcomeLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/WelcomeLogo.png -------------------------------------------------------------------------------- /pic/WelcomeLogo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/pic/WelcomeLogo1.png -------------------------------------------------------------------------------- /referee.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/referee.cpp -------------------------------------------------------------------------------- /referee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/referee.h -------------------------------------------------------------------------------- /report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/report.pdf -------------------------------------------------------------------------------- /settingdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/settingdialog.cpp -------------------------------------------------------------------------------- /settingdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/settingdialog.h -------------------------------------------------------------------------------- /settingdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/settingdialog.ui -------------------------------------------------------------------------------- /utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/utils.h -------------------------------------------------------------------------------- /welcomewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/welcomewidget.cpp -------------------------------------------------------------------------------- /welcomewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/welcomewidget.h -------------------------------------------------------------------------------- /welcomewidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/welcomewidget.ui -------------------------------------------------------------------------------- /系统开发日志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epcm/QtNoGo/HEAD/系统开发日志.md --------------------------------------------------------------------------------