commit cd340705c929b89aac837fee2dab8cd27eee7415 Author: mollusk Date: Tue Jun 20 01:23:31 2017 -0700 First commit: project structure diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/lib/io-extra.jl b/lib/io-extra.jl new file mode 100644 index 0000000..e69de29 diff --git a/lib/story.jl b/lib/story.jl new file mode 100644 index 0000000..e69de29 diff --git a/src/quest-for-sundrop.jl b/src/quest-for-sundrop.jl new file mode 100644 index 0000000..3eb5634 --- /dev/null +++ b/src/quest-for-sundrop.jl @@ -0,0 +1,15 @@ +#!/usr/bin/julia + +#= +File name: quest-for-sundrop.jl +Author: Jil Studios +Date: 2017-06-20 +Description: Main game file +=# + +include("../lib/io-extra.jl") +include("../lib/story.jl") + +function main() + +end \ No newline at end of file