Skip to content
Snippets Groups Projects

Implementation of Assignment.1.2

Merged jim20 requested to merge assignment.1.2 into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
public class AI extends Player {
//should handle play logic in player and AI classes.
public AI(int index) {
super(index);
}
Loading