Skip to content
Snippets Groups Projects
Commit e2b2a9d2 authored by Josua Oppermann's avatar Josua Oppermann
Browse files

created Classes

parent 534be052
No related branches found
No related tags found
No related merge requests found
public class Board {
}
public class Tile {
/**
*
*/
int owner = 0; //0 = no one; 1 = Player 1; 2 = Player 2
}
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