mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
* AI made and also a minor change to core board * Minor changes to the AI, Gamebase changed a little to make some stuff public for usability, TTT changed a few things to public too and making the tests for the AI * New test on the AI * fixed some questionable styling in my code * fixed some questionable styling in omar's code! * fixed some questionable styling in omar's code! v2 * Update src/main/java/org/toop/game/MinMaxTTT.java * Wrong value, was 9x9 grid, is now 3x3 grid --------- Co-authored-by: michiel <m.brands.3@st.hanze.nl>
19 lines
705 B
XML
19 lines
705 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="EntryPointsManager">
|
|
<list size="1">
|
|
<item index="0" class="java.lang.String" itemvalue="com.google.common.eventbus.Subscribe" />
|
|
</list>
|
|
</component>
|
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
<component name="MavenProjectsManager">
|
|
<option name="originalFiles">
|
|
<list>
|
|
<option value="$PROJECT_DIR$/pom.xml" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_24" project-jdk-name="openjdk-24" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/out" />
|
|
</component>
|
|
</project> |