Scriptures of Fulmination

An ASCII text adventure.

A relatively straight forward text adventure that leads you to discover the mystery that surrounds the mansion.

Get keys to unlock doors.

Intrigue and mystery AWAIT!

# Requirements

1) Bash -ge 4

2) gnu-coreutils

3) sed (of the gsed variety, default in linux)

4) git (ease of downloading the game)

5) 74x42 monospace characters terminal (would probably have it be atleast 75x43 in case of

   overrun in proccessing)

6) an ssh client if playing over ssh.


7) a serial terminal client if playing over serial -ge 9600buad.


8) a terminal emulator if playing in a gui.


9) a monitor and keyboard if playing on local console.


10) some storage medium to store the game.  game will fit and run on a 1.44mb floppy,

you have to move the game without gitfiles for it to fit. floppy must be ext2


11) At least a 40MHz processor, with at least 128mb of system ram (Min Req for Linux/ tested)

##### As a note, when running down at 40mhz, the game will allow you to cache commands while it loads, which is an interesting thing, as that shouldn't be even possible


# Installation

>LINUX

1) git clone https://github.com/universalanalogue/fulmination.git


2) chmod +x -R fulmination ; cd fulmination


3) run ./start.sh to play the game.


4) Enjoy


5) if you dont enjoy, please give feedback so I know what doesn't work for the next game.


7) report bugs so I can fix them.


>FREEBSD

1) Have bash, gsed, gawk, and coreutils installed


2) git clone https://github.com/universalanalogue/fulmination.git


3) chmod +x -R fulmination ; cd fulmination


4) reffiles/./bsd.sh


5) rest the same as linux.


>MACOS


1) Install bash, gsed, gawk, coreutils, and git from homebrew


2) Rest the same as FREEBSD


>Windows


This is ill advised as performance is very slow


1) Install Cygwin


2) Be sure you install git during the install


3) Rest the same as Linux