This is a terminal-based game of checkers written in java for my ICS3U Culminating with @sahn2349.
- Editing and Writing to 2D Arrays
- For-Loops
- While-Loops
- If-Else
- Classes and Functions
XXX | Col | Col | Col | Col | Col | Col | Col | Col |
---|---|---|---|---|---|---|---|---|
Row | 1,0 | 3,0 | 5,0 | 7,0 | ||||
Row | 0,1 | 2,1 | 4,1 | 6,1 | ||||
Row | 1,2 | 3,2 | 5,2 | 7,2 | ||||
Row | 0,3 | 2,3 | 4,3 | 6,3 | ||||
Row | 1,4 | 3,4 | 5,4 | 7,4 | ||||
Row | 0,5 | 2,5 | 4,5 | 6,5 | ||||
Row | 2,6 | 3,6 | 5,6 | 7,6 | ||||
Row | 0,7 | 2,7 | 4,7 | 6,7 |