tictactoe2
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tictactoe2 [2020/10/31 11:10] – created frchris | tictactoe2 [2024/11/13 17:33] (current) – frchris | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tic-Tac-Toe: | ====== Tic-Tac-Toe: | ||
This will be a text based implementation but would be easy to port into a graphic based version. | This will be a text based implementation but would be easy to port into a graphic based version. | ||
+ | |||
+ | {{ : | ||
- Complete the constructor so the board can be any size, not just 3 by 3. Read the comments for details | - Complete the constructor so the board can be any size, not just 3 by 3. Read the comments for details | ||
- complete the '' | - complete the '' | ||
- | - complete the '' | + | - complete the '' |
- | - write a main method that makes an instance of the TicTacToe2 class and the calls the '' | + | - complete the '' |
+ | - make a method called '' | ||
+ | - write a main method that makes an instance of the TicTacToe2 class and the calls the '' | ||
+ | '' | ||
+ | |||
+ | At this point you can test your code with {{ : | ||
+ | |||
+ | Next we can work on the game, and the testing the '' | ||
+ | |||
+ | {{ : | ||
- | Next we can make the game. | + | {{ :: |
- | - make a class called '' | + | |
tictactoe2.1604157034.txt.gz · Last modified: 2020/10/31 11:10 by frchris