aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-07-17 00:37:35 +0100
committerzedarider <ymherklotz@gmail.com>2016-07-17 00:37:35 +0100
commit8fae4fcd59d676a27cd6fbfb83e6021c854f067e (patch)
tree9545b57cd3ebf70ce9c67edc5b3b554ccfce8d6c
parent170190c8b5c7d036dc2e197865c0ea13d1520075 (diff)
downloadCardeval-8fae4fcd59d676a27cd6fbfb83e6021c854f067e.tar.gz
Cardeval-8fae4fcd59d676a27cd6fbfb83e6021c854f067e.zip
fixing small issues
-rw-r--r--.gitignore2
-rw-r--r--README.md2
-rw-r--r--build/main.obin36832 -> 0 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b34fef1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+./bin
+./build
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..16fc124
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Card Eval
+This analyses all the cards in hearthstone and evaluates how much they are aggro or control.
diff --git a/build/main.o b/build/main.o
deleted file mode 100644
index 9538ede..0000000
--- a/build/main.o
+++ /dev/null
Binary files differ