Skip to content

Commit

Permalink
interface graphique
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineMEJRI committed Apr 30, 2021
1 parent 4ff4a9d commit e86a319
Show file tree
Hide file tree
Showing 23 changed files with 939 additions and 132 deletions.
Binary file added AvenirLTStd-Black.otf
Binary file not shown.
24 changes: 22 additions & 2 deletions OthelloGame_V0.1.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="OthelloGame_V0.1" />
<Option title="OthelloGame" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
Expand All @@ -15,6 +15,15 @@
<Add option="-g" />
<Add directory="C:/Users/yassi/Projects/Othello/ProjetOthello/include" />
</Compiler>
<Linker>
<Add library="sfml-graphics-s-d" />
<Add library="sfml-window-s-d" />
<Add library="sfml-system-s-d" />
<Add library="opengl32" />
<Add library="freetype" />
<Add library="winmm" />
<Add library="gdi32" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/OthelloGame_V0" prefix_auto="1" extension_auto="1" />
Expand All @@ -26,14 +35,25 @@
</Compiler>
<Linker>
<Add option="-s" />
<Add library="sfml-graphics-s" />
<Add library="sfml-window-s" />
<Add library="sfml-system-s" />
<Add library="opengl32" />
<Add library="freetype" />
<Add library="winmm" />
<Add library="gdi32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add directory="D:/OthelloGame_V0.1/" />
<Add option="-DSFML_STATIC" />
<Add directory="C:/Users/yassi/Documents/SFML-2.5.1-windows-gcc-7.3.0-mingw-64-bit/SFML-2.5.1/include" />
</Compiler>
<Linker>
<Add directory="C:/Users/yassi/Documents/SFML-2.5.1-windows-gcc-7.3.0-mingw-64-bit/SFML-2.5.1/lib" />
</Linker>
<Unit filename="include/Case.h" />
<Unit filename="include/Game.h" />
<Unit filename="include/Othellier.h" />
Expand Down
Loading

0 comments on commit e86a319

Please sign in to comment.