Skip to content
Snippets Groups Projects
Commit ecba2a65 authored by jim20's avatar jim20
Browse files

git errors

parent 7be9b3a6
No related branches found
No related tags found
1 merge request!3Implementation of Assignment.1.2
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
public class AI extends Player {
//should handle play logic in player and AI classes.
public AI(int index) {
super(index);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment