From d66786fcd9d6fbcc9244e84c7d86b8f3efcbfc8b Mon Sep 17 00:00:00 2001 From: Naveen Radhakrishnan Date: Sat, 6 Jun 2020 14:05:12 +0000 Subject: [PATCH] Initial checkin --- ld40.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ ld40js.hxml | 8 ++++++++ 2 files changed, 64 insertions(+) create mode 100644 ld40.html create mode 100644 ld40js.hxml 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