Browse Source

move everything to the top for easier access

Joshua Bicking 8 years ago
parent
commit
1e079977b6
19 changed files with 2 additions and 22 deletions
  1. 2 0
      .gitignore
  2. 0 0
      Makefile
  3. 0 0
      defaultWords.txt
  4. 0 0
      dep/bin/pdcurses.dll
  5. 0 0
      dep/include/curses.h
  6. 0 0
      dep/include/curspriv.h
  7. 0 0
      dep/include/panel.h
  8. 0 0
      dep/include/term.h
  9. 0 0
      dep/lib/pdcurses.lib
  10. 0 0
      intro.c
  11. 0 0
      intro.h
  12. 0 0
      main.c
  13. 0 0
      pass.c
  14. 0 0
      pass.h
  15. 0 0
      print.c
  16. 0 0
      print.h
  17. 0 22
      src/FalloutTerminal.cfg
  18. 0 0
      wordParse.c
  19. 0 0
      wordParse.h

+ 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