mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 13:34:07 +00:00
ajout de personnages
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import personnages.*;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
int[] size = new int[1];
|
||||
|
||||
Player player = new Player(size);
|
||||
Robot robot = new Robot(size);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user