* correction de probleme et ajout d'un quick multi

* correction de probleme

* changer le main

* programme fini~ pour l'ia

* correction de probleme

* Robot (#3)

* Robot qui marche pas encore

* Robot teubé mais marche bien, marche très bien en local mais problème en réseau

* Robot fini mais problème en réseau

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: Cpt-Adok <theo.faria@laposte.net>
Co-authored-by: Cpt-Adok <126670243+Cpt-Adok@users.noreply.github.com>

* correction de probleme et ajout de learn.ser

---------

Co-authored-by: Cpt-Adok <theo.faria@laposte.net>
Co-authored-by: Cpt-Adok <126670243+Cpt-Adok@users.noreply.github.com>
This commit is contained in:
Loïc GUEZO
2024-05-26 23:33:12 +02:00
committed by GitHub
parent 79178886b6
commit 6cced603df
20 changed files with 1093 additions and 43 deletions

View File

@@ -1,9 +1,6 @@
package connexion;
import java.util.Arrays;
import environnements.*;
import types.Item;
import types.Mouvement;
import personnages.Personnage;
@@ -12,12 +9,9 @@ public class Channel extends Personnage {
private static Reseau adversaire;
private String channel;
private Map map;
public Channel(Map map, String channel, String autreChannel) {
super(new int [] {map.getGrid()[0].length - 1, map.getGrid().length - 1});
this.map = map;
this.name = autreChannel;
this.channel = channel;