test: add unit tests for Blackjack and TicTacToe
- Add xUnit test projects for both games - Implement game flow tests for Blackjack - Implement game flow tests for TicTacToe - Rename namespaces and projects to follow `Game.*` convention - Add documentation for testing games
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