Showing
- GUI/src/controller/UpdateThread.java 208 additions, 0 deletionsGUI/src/controller/UpdateThread.java
- GUI/src/main/Main.java 54 additions, 0 deletionsGUI/src/main/Main.java
- GUI/src/model/GameState.java 256 additions, 0 deletionsGUI/src/model/GameState.java
- GUI/src/model/Move.java 27 additions, 0 deletionsGUI/src/model/Move.java
- GUI/src/model/Player.java 6 additions, 0 deletionsGUI/src/model/Player.java
- GUI/src/model/Tile.java 37 additions, 0 deletionsGUI/src/model/Tile.java
- GUI/src/resource/clic.wav 0 additions, 0 deletionsGUI/src/resource/clic.wav
- GUI/src/resource/pingu_theme.wav 0 additions, 0 deletionsGUI/src/resource/pingu_theme.wav
- GUI/src/view/TileView.java 80 additions, 0 deletionsGUI/src/view/TileView.java
- GUI/src/view/view.fxml 1087 additions, 0 deletionsGUI/src/view/view.fxml
- LICENSE.txt 31 additions, 0 deletionsLICENSE.txt
- Makefile 127 additions, 29 deletionsMakefile
- README.markdown 21 additions, 6 deletionsREADME.markdown
- doc/FonctionTest.markdown 0 additions, 19 deletionsdoc/FonctionTest.markdown
- doc/GameInterface.markdown 0 additions, 114 deletionsdoc/GameInterface.markdown
- doc/Notes - Algo Coups Possibles.txt 0 additions, 55 deletionsdoc/Notes - Algo Coups Possibles.txt
- doc/Representation_Pingouins.txt 0 additions, 50 deletionsdoc/Representation_Pingouins.txt
- src/game/connect4.cpp 0 additions, 363 deletionssrc/game/connect4.cpp
- src/game/connect4.hpp 0 additions, 79 deletionssrc/game/connect4.hpp
- src/game/morpion.cpp 0 additions, 224 deletionssrc/game/morpion.cpp
GUI/src/controller/UpdateThread.java
0 → 100644
GUI/src/main/Main.java
0 → 100644
GUI/src/model/GameState.java
0 → 100644
GUI/src/model/Move.java
0 → 100644
GUI/src/model/Player.java
0 → 100644
GUI/src/model/Tile.java
0 → 100644
GUI/src/resource/clic.wav
0 → 100644
File added
GUI/src/resource/pingu_theme.wav
0 → 100644
File added
GUI/src/view/TileView.java
0 → 100644
GUI/src/view/view.fxml
0 → 100644
This diff is collapsed.
LICENSE.txt
0 → 100644
doc/FonctionTest.markdown
deleted
100644 → 0
doc/GameInterface.markdown
deleted
100644 → 0
doc/Notes - Algo Coups Possibles.txt
deleted
100644 → 0
doc/Representation_Pingouins.txt
deleted
100644 → 0
src/game/connect4.cpp
deleted
100644 → 0
src/game/connect4.hpp
deleted
100644 → 0
src/game/morpion.cpp
deleted
100644 → 0