Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
He can drive 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp committed Dec 26, 2023
1 parent 91c37a4 commit fb54d76
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ replay_pid*

# Intellj
.idea
.gradle
.gradle

# RoboCode
!robocode.jar
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "robocode"]
path = robocode
url = https://github.com/robo-code/robocode
Binary file added Niffler/robocode.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion build_class.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cd Niffler
javac -cp robocode.jar .\Niffler\Niffler.java
cp Niffler.class ../Niffler.class
cp Niffler.class ../Niffler.class
cd ..
1 change: 1 addition & 0 deletions robocode
Submodule robocode added at d97bd6

0 comments on commit fb54d76

Please sign in to comment.