First commit: project structure

This commit is contained in:
mollusk 2017-06-20 01:23:31 -07:00
commit cd340705c9
5 changed files with 15 additions and 0 deletions

0
LICENSE Normal file
View File

0
README.md Normal file
View File

0
lib/io-extra.jl Normal file
View File

0
lib/story.jl Normal file
View File

15
src/quest-for-sundrop.jl Normal file
View File

@ -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