228 lines
10 KiB
XML
228 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="41395b4b-3252-492c-a869-5f4dab107186" name="Changes" comment="Gitignore">
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/Main.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/strategies/DefenseStrategy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/strategies/DefenseStrategy.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/laboratoire4/strategies/MiniMaxStrategy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/laboratoire4/strategies/MiniMaxStrategy.java" afterDir="false" />
|
|
</list>
|
|
<list id="98b8a79f-2f53-42bf-96da-7af322697a0d" name="Changes by acastonguay" comment="" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Interface" />
|
|
<option value="Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
<map>
|
|
<entry key="$PROJECT_DIR$" value="master" />
|
|
</map>
|
|
</option>
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MacroExpansionManager">
|
|
<option name="directoryName" value="x0367gi2" />
|
|
</component>
|
|
<component name="MarkdownSettingsMigration">
|
|
<option name="stateVersion" value="1" />
|
|
</component>
|
|
<component name="ProblemsViewState">
|
|
<option name="selectedTabId" value="CurrentFile" />
|
|
</component>
|
|
<component name="ProjectId" id="2NFN0RGJNNJqiDmt34ixVwkIwEm" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
</component>
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"codeWithMe.voiceChat.enabledByDefault": "false",
|
|
"git-widget-placeholder": "william",
|
|
"last_opened_file_path": "/home/william/Dev/Projects",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"settings.editor.selected.configurable": "reference.settings.ide.settings.new.ui",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}</component>
|
|
<component name="RunManager" selected="Application.Main">
|
|
<configuration name="Client" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="laboratoire4.Client" />
|
|
<module name="Lab4" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="laboratoire4.pawns.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="laboratoire4.Main" />
|
|
<module name="Lab4" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="laboratoire4.pawns.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="Test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="laboratoire4.Test" />
|
|
<module name="Lab4" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="laboratoire4.pawns.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Application.Main" />
|
|
<item itemvalue="Application.Test" />
|
|
<item itemvalue="Application.Client" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="41395b4b-3252-492c-a869-5f4dab107186" name="Changes" comment="" />
|
|
<created>1679255648701</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1679255648701</updated>
|
|
<workItem from="1679255649975" duration="1223000" />
|
|
<workItem from="1679261446095" duration="1927000" />
|
|
<workItem from="1679281763874" duration="46000" />
|
|
<workItem from="1679344371350" duration="4138000" />
|
|
<workItem from="1679365557789" duration="21000" />
|
|
<workItem from="1679424430928" duration="11764000" />
|
|
<workItem from="1679593788411" duration="10753000" />
|
|
<workItem from="1679672719638" duration="8340000" />
|
|
<workItem from="1679779362814" duration="5912000" />
|
|
<workItem from="1679787823160" duration="2189000" />
|
|
<workItem from="1680198283785" duration="8256000" />
|
|
<workItem from="1680580123067" duration="326000" />
|
|
<workItem from="1680750346503" duration="2118000" />
|
|
<workItem from="1680821970713" duration="10363000" />
|
|
<workItem from="1680914341116" duration="19656000" />
|
|
<workItem from="1681078101864" duration="10646000" />
|
|
<workItem from="1681099446755" duration="28000" />
|
|
<workItem from="1681099484843" duration="9035000" />
|
|
<workItem from="1681145055287" duration="4569000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="MiniMax">
|
|
<created>1679263366439</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1679263366439</updated>
|
|
</task>
|
|
<task id="LOCAL-00002" summary="Movement logic">
|
|
<created>1679348475071</created>
|
|
<option name="number" value="00002" />
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1679348475071</updated>
|
|
</task>
|
|
<task id="LOCAL-00003" summary="Small fixes">
|
|
<created>1679490100944</created>
|
|
<option name="number" value="00003" />
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1679490100944</updated>
|
|
</task>
|
|
<task id="LOCAL-00004" summary="Fixes?">
|
|
<created>1679682974611</created>
|
|
<option name="number" value="00004" />
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1679682974611</updated>
|
|
</task>
|
|
<task id="LOCAL-00005" summary="Fixes?">
|
|
<created>1679786894920</created>
|
|
<option name="number" value="00005" />
|
|
<option name="presentableId" value="LOCAL-00005" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1679786894920</updated>
|
|
</task>
|
|
<task id="LOCAL-00006" summary="Plus d'heuristiques">
|
|
<created>1680580135038</created>
|
|
<option name="number" value="00006" />
|
|
<option name="presentableId" value="LOCAL-00006" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1680580135038</updated>
|
|
</task>
|
|
<task id="LOCAL-00007" summary="Beaucoup de changements">
|
|
<created>1681061194018</created>
|
|
<option name="number" value="00007" />
|
|
<option name="presentableId" value="LOCAL-00007" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1681061194019</updated>
|
|
</task>
|
|
<task id="LOCAL-00008" summary="Gitignore">
|
|
<created>1681237323963</created>
|
|
<option name="number" value="00008" />
|
|
<option name="presentableId" value="LOCAL-00008" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1681237323963</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="9" />
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<MESSAGE value="MiniMax" />
|
|
<MESSAGE value="Movement logic" />
|
|
<MESSAGE value="Small fixes" />
|
|
<MESSAGE value="Fixes?" />
|
|
<MESSAGE value="Plus d'heuristiques" />
|
|
<MESSAGE value="Beaucoup de changements" />
|
|
<MESSAGE value="Gitignore" />
|
|
<option name="LAST_COMMIT_MESSAGE" value="Gitignore" />
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
<breakpoints>
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
<url>file://$PROJECT_DIR$/src/main/java/laboratoire4/strategies/MasterStrategy.java</url>
|
|
<line>20</line>
|
|
<option name="timeStamp" value="2" />
|
|
</line-breakpoint>
|
|
</breakpoints>
|
|
</breakpoint-manager>
|
|
</component>
|
|
</project> |