First commit: project structure
This commit is contained in:
commit
cd340705c9
0
lib/io-extra.jl
Normal file
0
lib/io-extra.jl
Normal file
0
lib/story.jl
Normal file
0
lib/story.jl
Normal file
15
src/quest-for-sundrop.jl
Normal file
15
src/quest-for-sundrop.jl
Normal 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
|
Loading…
x
Reference in New Issue
Block a user