🚧 Start work on script
This commit is contained in:
parent
86a2ec5ae5
commit
4c64bc7773
3 changed files with 21 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ remontel.z5
|
||||||
remontel.ulx
|
remontel.ulx
|
||||||
gametext.txt
|
gametext.txt
|
||||||
gameinfo.dbg
|
gameinfo.dbg
|
||||||
|
story_outline.pdf
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -10,3 +10,6 @@ remontel.z5: *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
||||||
|
|
||||||
lib/Parser.h lib/VerbLib.h lib/Grammar.h:
|
lib/Parser.h lib/VerbLib.h lib/Grammar.h:
|
||||||
$(MAKE) -C lib Parser.h
|
$(MAKE) -C lib Parser.h
|
||||||
|
|
||||||
|
story_outline.pdf: story_outline.fountain
|
||||||
|
screenplain $< $@
|
||||||
|
|
|
||||||
17
story_outline.fountain
Normal file
17
story_outline.fountain
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
Title: The Siege of Remontel
|
||||||
|
Subtitle: A Star Trek fan production.
|
||||||
|
Author: Dan Jones
|
||||||
|
Notes:
|
||||||
|
Story for "The Siege of Remontel" text adventure game.
|
||||||
|
|
||||||
|
===
|
||||||
|
|
||||||
|
A BUNK.
|
||||||
|
|
||||||
|
The bunk is small, just big enough to fit a single person with a little bit of wiggle room.
|
||||||
|
|
||||||
|
The bunk is closed. Our protagonist is laying in her bed. A red alert klaxon is blaring, having woken her up.
|
||||||
|
|
||||||
|
ENSIGN (V.O.)
|
||||||
|
What in the world is that?
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue