Game Programming Using Qt 5 — 第1章
Game Programming Using Qt 5 Beginner’s Guide Second Edition
https://github.com/PacktPublishing/Game-Programming-Using-Qt-5-Beginners-Guide-Second-Edition
page204

Create amazing games with Qt 5, C++, and Qt Quick
Pavel Strakhov
This book is based
on Qt 5.9, which was released in 2017.
Qt Network brings support for IPv4 and IPv6 networking
using TCP and UDP. It also contains HTTP, HTTPS, FTP
clients, and it extends support for DNS lookups.


Running the
Affine Transformations project
Creating a Qt Widgets project and implementing a tic-tactoe game
这里给出一个简单的强化学习例子Tic-Tac-Toe。
这是一个简单的游戏,在一个3x3的九宫格里,两个人轮流下,
直到有个人的棋子满足三个一横一竖或者一斜,
赢得比赛游戏结束,或者九宫格填满也没有人赢,则和棋.

博客围绕《Game Programming Using Qt 5 Beginner’s Guide Second Edition》展开,介绍基于Qt 5.9进行游戏编程,提及Qt Network对网络的支持,还给出创建Qt Widgets项目、实现井字棋游戏的内容,包含一个简单的强化学习例子。
395





