refactor: reorganize project structure and move examples

- Move examples (Blackjack, TicTacToe) to the root directory
- Convert example projects from Console applications to Libraries
- Add Directory.Build.props for shared build settings
- Update solution file and project references to reflect new paths
This commit is contained in:
2026-07-20 16:30:02 +08:00
parent 5594515a53
commit 7946f4bafd
80 changed files with 61 additions and 549 deletions
+10
View File
@@ -0,0 +1,10 @@
Row,Col
0,0
0,1
0,2
1,0
1,1
1,2
2,0
2,1
2,2
1 Row Col
2 0 0
3 0 1
4 0 2
5 1 0
6 1 1
7 1 2
8 2 0
9 2 1
10 2 2