Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erwan BOISTEAU-DESDEVISES
projet-asd-3
Commits
a01589fe
Commit
a01589fe
authored
Nov 10, 2021
by
theray1
Browse files
changement nom classes
parent
27ec5e73
Changes
10
Hide whitespace changes
Inline
Side-by-side
src/project/Case.java
View file @
a01589fe
package
project
;
public
class
Case
{
protected
int
ligne
;
...
...
@@ -5,6 +7,7 @@ public class Case{
public
boolean
caseColoriee
(){
return
false
;
//TODO : retourner vrai si une case n'est pas blanche
}
...
...
src/project/
Board
.java
→
src/project/
Joueur
.java
View file @
a01589fe
package
project
;
public
class
Board
{
public
class
Joueur
{
}
src/project/Main.java
View file @
a01589fe
package
project
;
import
javax.swing.JFrame
;
import
javax.swing.SwingUtilities
;
public
class
Main
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"test"
);
}
}
src/project/
Gam
e.java
→
src/project/
Nod
e.java
View file @
a01589fe
package
project
;
public
class
Gam
e
{
public
class
Nod
e
{
}
src/project/P
layer
.java
→
src/project/P
artie
.java
View file @
a01589fe
package
project
;
public
class
P
layer
{
public
class
P
artie
{
}
src/project/Plateau.java
View file @
a01589fe
package
project
;
public
class
Plateau
{
//attributs
...
...
src/project/Quadtree.java
0 → 100644
View file @
a01589fe
package
project
;
public
class
Quadtree
{
}
src/project/Region.java
View file @
a01589fe
package
project
;
public
class
Region
{
private
Case
hautGauche
;
//détermine le coin supérieur gauche de la région
...
...
src/project/R
u
les
et
.java
→
src/project/R
eg
les.java
View file @
a01589fe
package
project
;
public
class
R
u
les
et
{
public
class
R
eg
les
{
}
src/project/Window.java
View file @
a01589fe
package
project
;
public
class
Window
{
import
java.awt.Dimension
;
import
javax.swing.JFrame
;
import
javax.swing.JPanel
;
public
class
Window
extends
JFrame
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment