# 智能俄罗斯方块 **Repository Path**: AngryKeyboard/SmartTetris ## Basic Information - **Project Name**: 智能俄罗斯方块 - **Description**: 基于SFML开发的智能俄罗斯方块,实现自动填充。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: https://space.bilibili.com/30594233 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-08 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, GUI ## README # 智能俄罗斯方块 ## 简介 基于[SFML](https://www.sfml-dev.org/index.php)游戏库开发的俄罗斯方块游戏,具有自动填充功能。 ## 使用说明 1. 本项目使用的第三方库均由[vcpkg](https://vcpkg.io/en/index.html)进行管理。vcpkg安装方法:《[Get started with vcpkg](https://vcpkg.io/en/getting-started.html)》;vcpkg官方文档:《[vcpkg 文档](https://learn.microsoft.com/zh-cn/vcpkg/)》。 2. 配置vcpkg集成环境:《[MSBuild(Visual Studio)集成](https://learn.microsoft.com/zh-cn/vcpkg/users/buildsystems/msbuild-integration)》。 ### MSBuild配置 确保你参照《[Get started with vcpkg](https://vcpkg.io/en/getting-started.html)》安装vcpkg时,进入到vcpkg目录中并执行过以下命令: ```cmd vcpkg integrate install ``` 该命令可以使Windows环境下的Visual Studio对所有MSBuild项目开启vcpkg包管理功能。 VS可以识别vcpkg后,项目可以直接在VS中生成,无需再做其它配置。