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:
@@ -0,0 +1,10 @@
|
||||
Row,Col
|
||||
0,0
|
||||
0,1
|
||||
0,2
|
||||
1,0
|
||||
1,1
|
||||
1,2
|
||||
2,0
|
||||
2,1
|
||||
2,2
|
||||
|
Reference in New Issue
Block a user