Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b7a5e00
model
projet2019 Aug 16, 2020
187f643
different version of uml
projet2019 Aug 16, 2020
73dcae6
del
projet2019 Aug 16, 2020
7539f0c
add relation
projet2019 Aug 16, 2020
14b86d6
add cardinality
projet2019 Aug 16, 2020
673d95e
upload uml version on paradigme
projet2019 Aug 16, 2020
20d72b5
create class joueur , Method (located, calculPoid ......excepeted mei…
projet2019 Aug 16, 2020
a5fa3f3
add method meilleurCoup with random
projet2019 Aug 16, 2020
766fbee
create class Trou getter and setter
projet2019 Aug 16, 2020
d330186
add method Trou to return Boule
projet2019 Aug 16, 2020
93f4b56
add comment
projet2019 Aug 16, 2020
5d5862b
create class Partie
projet2019 Aug 16, 2020
15e0431
ressource image for create GUI
projet2019 Aug 16, 2020
b0def61
add interface Observable
projet2019 Aug 16, 2020
0c9244e
create and add interface Observateur
projet2019 Aug 16, 2020
e79900c
add notify observer, observateur and method
projet2019 Aug 16, 2020
5221478
add view Human vs machine Human vs Human
projet2019 Aug 16, 2020
92ae739
add controleur excepeted file to catch and begin a new party
projet2019 Aug 16, 2020
2940776
file to read
projet2019 Aug 17, 2020
0bde76d
add method read fichier to learn and create line
projet2019 Aug 17, 2020
2479085
add button to run different icon
projet2019 Aug 17, 2020
1d3a35a
add JavaDoc
projet2019 Aug 17, 2020
c36d68a
uopdate class coup
projet2019 Aug 17, 2020
8109f89
add javaDoc
projet2019 Aug 17, 2020
92ee168
Update Partie.java
projet2019 Aug 17, 2020
5e7de6e
add javaDoc
projet2019 Aug 17, 2020
351a9a5
update Uml
projet2019 Aug 17, 2020
d20582f
update view
projet2019 Aug 17, 2020
1240555
RAPPORT
projet2019 Aug 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 2TI_DEV_application.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions Observer/Observable.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package com.abalone_jeu.Observer;

import java.awt.Point;
import java.util.ArrayList;

public interface Observable {
public ArrayList<Observateur> list=new ArrayList<Observateur>() ;
public void addObservateur(Observateur obs);
public void delObserver();
public void NotifyObserver(boolean k,boolean a, Point b, int c);
public void NotifyObserver(boolean a,int id);
public void NotifyObserver(String a,String b,int a1,int b1);

}
10 changes: 10 additions & 0 deletions Observer/Observateur.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.abalone_jeu.Observer;

import java.awt.Point;

public interface Observateur {

public void update(boolean k, boolean a, Point b, int c);
public void update(boolean v,int id);
public void update(String a,String b,int a1,int b1);
}
Binary file added Ressource/IA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/Trou2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/abalonearr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/boule_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/boule_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/business_users_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/disc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/joueur1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/joueur2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/loading_throbber_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/ok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/pause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/users_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Ressource/winner-cup.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading