diff --git a/ld40.html b/ld40.html
new file mode 100644
index 0000000..66dfa63
--- /dev/null
+++ b/ld40.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+ Taffle Game
+
+
+
+
+
+
+
+
+
+
+
+ Arrows : Move / Space : Rewind
+ -
+ Game created for LudumDare #40 in 48 hours by @ncannasse
+
+
+ Sources : Github | Built with Haxe | Rate on this page
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ld40js.hxml b/ld40js.hxml
new file mode 100644
index 0000000..80b91d7
--- /dev/null
+++ b/ld40js.hxml
@@ -0,0 +1,8 @@
+-lib heaps
+-lib castle
+-cp src
+-js ld40.js
+-main Game
+-D windowSize=832x832
+-dce full
+-D release
\ No newline at end of file