Added readme
This commit is contained in:
parent
e817edb759
commit
98ccb35b2a
@ -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.
|
||||
|
||||

|
@ -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>
|
||||
|
@ -44,4 +44,7 @@
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="README.md" />
|
||||
</ItemGroup>
|
||||
</Project>
|
BIN
img/screen.jpg
Normal file
BIN
img/screen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
x
Reference in New Issue
Block a user