Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefano Cobelli
205_hw02
Commits
797aa64c
Commit
797aa64c
authored
Nov 11, 2014
by
Stefano Cobelli
Browse files
Implementation of auto playable player
parent
4b6287d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/model/player/AutoPlayable.java
0 → 100644
View file @
797aa64c
/**
* CSCI 205 -Software Design and Engineering
* Name(s) Stefano Cobelli
*
* Work: hw02
* Created: Nov 11, 2014, 6:19:57 PM
*/
package
model.player
;
/**
* @author sjc032
*
*/
public
interface
AutoPlayable
{
public
boolean
decideMove
();
public
int
getDecidedRow
();
public
int
getDecidedCol
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment