Skip to content

Commit

Permalink
README Update & .DS_Store Fix & Mulligan Discard Fix & Rules Implemen…
Browse files Browse the repository at this point in the history
…tation (#26)

- Aggiornato README con Known Issues
- Rimossi file inutili e aggiunto `.gitignore`
- Compreso il funzionamento della funzione `discard`, rinominata e
aggiunto javadoc.
- Implementate e Testate Regole
  • Loading branch information
ncvescera authored Feb 20, 2023
2 parents 3e5f26b + d4abf4d commit 60b4953
Show file tree
Hide file tree
Showing 30 changed files with 1,984 additions and 73 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="mtgengine/src/main/java"/>
<classpathentry kind="lib" path="mtgengine/lib/gson-2.2.4-javadoc.jar"/>
<classpathentry kind="lib" path="mtgengine/lib/gson-2.2.4.jar"/>
<classpathentry kind="output" path="mtgengine/target"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file removed .nvm/.DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TeferiTheGathering</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
7 changes: 7 additions & 0 deletions .settings/.jsdtscope
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="src" path=""/>
<classpathentry kind="output" path=""/>
</classpath>
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.eclipse.wst.jsdt.launching.JRE_CONTAINER
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Global
Loading

0 comments on commit 60b4953

Please sign in to comment.