Added readme

This commit is contained in:
Dmitriy Shishkov 2022-02-23 22:48:24 +03:00
parent e817edb759
commit 98ccb35b2a
4 changed files with 13 additions and 1 deletions

View File

@ -1 +1,7 @@
TicTacToeDialog
# TicTacToeDialog
Tic Tac Toe game in windows dialog built with MFC and Win32 API.
Minimax algorithm is used to power computer AI.
![Screenshot](./img/screen.jpg)

View File

@ -156,6 +156,9 @@
<ItemGroup>
<ResourceCompile Include="TicTacToeDialog.rc" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -44,4 +44,7 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
</Project>

BIN
img/screen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB