Commits on Source (62)
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Gaste Adrien authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Changed makefile to include GUI: a make run command allow to run the program. Small changes in GUI to allow compilation and execution
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Gaste Adrien authored
-
ssh://gitlab.insa-rennes.fr:16022/francesco-bariatti/pingouinsGaste Adrien authored
Conflicts: LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Changed implementation of penguin_that_moves for penguin arrays. Deleted the function and integrated the code in play function
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Renamed update_moves to update_penguin_moves and changed calls to that function and created function to create obstacles bitboard
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Conflicts: AI/src/game/penguin.cpp
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Romain Lebouc authored
-
Bariatti Francesco authored
Showing
- .gitignore 20 additions, 8 deletions.gitignore
- AI/src/game/game.hpp 0 additions, 0 deletionsAI/src/game/game.hpp
- AI/src/game/lines_of_action.cpp 0 additions, 0 deletionsAI/src/game/lines_of_action.cpp
- AI/src/game/lines_of_action.hpp 0 additions, 0 deletionsAI/src/game/lines_of_action.hpp
- AI/src/game/penguin.cpp 431 additions, 0 deletionsAI/src/game/penguin.cpp
- AI/src/game/penguin.hpp 26 additions, 22 deletionsAI/src/game/penguin.hpp
- AI/src/game/test_lines_of_action.cpp 0 additions, 0 deletionsAI/src/game/test_lines_of_action.cpp
- AI/src/game/test_lines_of_action.hpp 0 additions, 0 deletionsAI/src/game/test_lines_of_action.hpp
- AI/src/game/test_two_players_game.cpp 0 additions, 0 deletionsAI/src/game/test_two_players_game.cpp
- AI/src/game/test_two_players_game.hpp 0 additions, 0 deletionsAI/src/game/test_two_players_game.hpp
- AI/src/json/json.hpp 0 additions, 0 deletionsAI/src/json/json.hpp
- AI/src/main/main.cpp 42 additions, 0 deletionsAI/src/main/main.cpp
- AI/src/mcts/MCTS_SETTINGS.hpp 8 additions, 0 deletionsAI/src/mcts/MCTS_SETTINGS.hpp
- AI/src/mcts/allocator.cpp 0 additions, 0 deletionsAI/src/mcts/allocator.cpp
- AI/src/mcts/allocator.hpp 2 additions, 1 deletionAI/src/mcts/allocator.hpp
- AI/src/mcts/mcts.hpp 0 additions, 0 deletionsAI/src/mcts/mcts.hpp
- AI/src/mcts/mcts_two_players.cpp 0 additions, 0 deletionsAI/src/mcts/mcts_two_players.cpp
- AI/src/mcts/mcts_two_players.hpp 0 additions, 0 deletionsAI/src/mcts/mcts_two_players.hpp
- AI/src/mcts/node.cpp 0 additions, 0 deletionsAI/src/mcts/node.cpp
- AI/src/mcts/node.hpp 0 additions, 0 deletionsAI/src/mcts/node.hpp
File moved
File moved
AI/src/main/main.cpp
0 → 100644
AI/src/mcts/MCTS_SETTINGS.hpp
0 → 100644
File moved
File moved
File moved