Browse Source

Anastasia joined the project

tags/v1.0
Anastasia Foti 3 years ago
parent
commit
4745c1403e
6 changed files with 30 additions and 12 deletions
  1. +5
    -2
      src/host/labyrinth/Board.java
  2. +5
    -2
      src/host/labyrinth/Common.java
  3. +5
    -2
      src/host/labyrinth/Game.java
  4. +5
    -2
      src/host/labyrinth/Player.java
  5. +5
    -2
      src/host/labyrinth/Supply.java
  6. +5
    -2
      src/host/labyrinth/Tile.java

+ 5
- 2
src/host/labyrinth/Board.java View File

@@ -2,9 +2,12 @@
* @file Board.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/

package host.labyrinth;


+ 5
- 2
src/host/labyrinth/Common.java View File

@@ -2,9 +2,12 @@
* @file Common.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/
package host.labyrinth;



+ 5
- 2
src/host/labyrinth/Game.java View File

@@ -2,9 +2,12 @@
* @file Game.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/

/**


+ 5
- 2
src/host/labyrinth/Player.java View File

@@ -2,9 +2,12 @@
* @file Player.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/

package host.labyrinth;


+ 5
- 2
src/host/labyrinth/Supply.java View File

@@ -2,9 +2,12 @@
* @file Supply.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/

package host.labyrinth;


+ 5
- 2
src/host/labyrinth/Tile.java View File

@@ -2,9 +2,12 @@
* @file Tile.java
*
* @author
* Christos Choutouridis
* Anastasia Foti AEM:8959
* <anastaskf@ece.auth.gr>
*
* @author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
* AEM:8997
*/

package host.labyrinth;


Loading…
Cancel
Save