# FoolGo **Repository Path**: qmarliu/FoolGo ## Basic Information - **Project Name**: FoolGo - **Description**: 围棋 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-08 - **Last Updated**: 2021-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # foolgo 模仿[chncwang的FoolGo](https://github.com/chncwang/FoolGo),写了个自己的。基本框架都一样。去掉了googletest和log4cplus的依赖。 # 说明 这个代码并没有chncwang写的好,只是为了练习c++11的新特性。 1. 并发 2. 智能指针 3. chrono类 4. 散列