diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f76b7d4b89bc3c01a749d4c41216a4301d5f9a94..fb00ee2896115d5b15bdc91353762e29f6c261f6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,15 +5,8 @@ </component> <component name="ChangeListManager"> <list default="true" id="44e80353-cbea-4c4e-9480-d81435d9a232" name="Changes" comment="UNO"> - <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/UNO.iml" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/src/UNO.java" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/src/UnoHand.java" afterDir="false" /> - <change afterPath="$PROJECT_DIR$/src/UnoKarte.java" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/UNO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/UNO.java" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -30,6 +23,19 @@ <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> + <component name="GitHubPullRequestSearchHistory"><![CDATA[{ + "lastFilter": { + "state": "OPEN" + } +}]]></component> + <component name="GithubPullRequestsUISettings"> + <option name="selectedUrlAndAccountId"> + <UrlAndAccount> + <option name="accountId" value="cdd04b94-8aa6-4ddc-bdeb-885b4aa90044" /> + <option name="url" value="https://github.com/LBLB123/UNO_THEGAME.git" /> + </UrlAndAccount> + </option> + </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> @@ -39,20 +45,20 @@ <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> - <component name="PropertiesComponent"><![CDATA[{ - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "SHARE_PROJECT_CONFIGURATION_FILES": "true", - "WebServerToolWindowFactoryState": "false", - "last_opened_file_path": "C:/Users/bluml/IdeaProjects/UNO/src", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "vue.rearranger.settings.migration": "true" + <component name="PropertiesComponent">{ + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "WebServerToolWindowFactoryState": "false", + "last_opened_file_path": "C:/Users/bluml/IdeaProjects/UNO/src", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "vue.rearranger.settings.migration": "true" } -}]]></component> +}</component> <component name="RecentsManager"> <key name="CopyFile.RECENT_KEYS"> <recent name="C:\Users\bluml\IdeaProjects\UNO\src" /> @@ -89,7 +95,16 @@ <updated>1681738754187</updated> <workItem from="1681738754698" duration="8307000" /> <workItem from="1681890321022" duration="957000" /> + <workItem from="1681891308596" duration="903000" /> + </task> + <task id="LOCAL-00001" summary="UNO"> + <created>1681891423370</created> + <option name="number" value="00001" /> + <option name="presentableId" value="LOCAL-00001" /> + <option name="project" value="LOCAL" /> + <updated>1681891423370</updated> </task> + <option name="localTasksCounter" value="2" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> diff --git a/src/UNO.java b/src/UNO.java index a28df0aedde52f9f7f072484e11e9155be3b9c1d..26d6f0ae8f78a8f4fdfe982bad94fff85b087523 100644 --- a/src/UNO.java +++ b/src/UNO.java @@ -8,7 +8,7 @@ public class UNO { String start = scanner.nextLine(); if("start" .equals(start.toLowerCase())){ - //Spiler Namen Abfrage und Anzahl der Spieler + //Spiler Namen Abfrage und Anzahl der Spielerrr System.out.println("Kurze Information: mind. 2 Player max. 4 Player"); System.out.println("Enter Player Names:");