Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: mvn install -DskipTests=false


1 change: 1 addition & 0 deletions config/level2/Boss.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public static void main(String args[]) {
}
}
}
in.close();
}

private static boolean canWind(int mana) {
Expand Down
1 change: 1 addition & 0 deletions starterAIs/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ public static void main(String args[]) {
}
}
}
in.close();
}
}