Эх сурвалжийг харах

move everything to the top for easier access

Joshua Bicking 9 жил өмнө
parent
commit
1e079977b6

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 *~
+*.o
+FalloutTerminal*

+ 0 - 0
src/Makefile → Makefile


+ 0 - 0
src/defaultWords.txt → defaultWords.txt


+ 0 - 0
src/dep/bin/pdcurses.dll → dep/bin/pdcurses.dll


+ 0 - 0
src/dep/include/curses.h → dep/include/curses.h


+ 0 - 0
src/dep/include/curspriv.h → dep/include/curspriv.h


+ 0 - 0
src/dep/include/panel.h → dep/include/panel.h


+ 0 - 0
src/dep/include/term.h → dep/include/term.h


+ 0 - 0
src/dep/lib/pdcurses.lib → dep/lib/pdcurses.lib


+ 0 - 0
src/intro.c → intro.c


+ 0 - 0
src/intro.h → intro.h


+ 0 - 0
src/main.c → main.c


+ 0 - 0
src/pass.c → pass.c


+ 0 - 0
src/pass.h → pass.h


+ 0 - 0
src/print.c → print.c


+ 0 - 0
src/print.h → print.h


+ 0 - 22
src/FalloutTerminal.cfg

@@ -1,22 +0,0 @@
-# Lines that with # will be ignored.
-# The config file consists of two parts:
-#   The word list
-#   The ending action(s)
-# The words list starts with
-# :WORDS
-# And is followed by a list of words, one per line, all the same length, that
-# you'd like in the game.
-#
-# After the word list, there are two optional parameters
-# :LAUNCH_ON_VICTORY="X:\path\to\program.exe"
-# :LAUNCH_ON_COMPLETE="X:\path\to\program.exe"
-#
-# If declared, they will launch the program specified when the game
-# completes/is won, respectively.
-
-:WORDS
-# WORDS GO HERE
-
-:LAUNCH_ON_VICTORY="X:\path\to\program.exe"
-:LAUNCH_ON_COMPLETE="X:\path\to\program.exe"
-

+ 0 - 0
src/wordParse.c → wordParse.c


+ 0 - 0
src/wordParse.h → wordParse.h