Skip to content

Commit

Permalink
Heading for milestone 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b0tting authored and b0tting committed Sep 1, 2016
1 parent 52b702e commit 8562452
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions escape.conf.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[Escape]
## Directory that holds all of the sounds and ambient music
sounddir = ./static/sounds

## Default volume 1-100
volume = 85

## Fade out time
fadeout = 3

## Game max time - number of minutes before the game is expected to end.
max_time = 30

## Refresh speed for updates in seconds, slow down if you are choking the CHIP with browsers
refresh_browser_time = 2

## Logfile location
logfile = ./escape.log

## Use Flask debugging. Has some side effects due to the use of threading, but good for website debugging
debug = False

## Define which pin links to which item or button. Find these at
bookbutton1pin = XIO-P2
bookbutton2pin = XIO-P4
keybuttonpin = XIO-P6
lamppin = CSID1
spotpin = CSID3
magnetpin = CSID5

## Music backgrounds for the different stages
music_state_entree = ambience_1.mp3
music_state_bathroom = ambience_2.mp3
music_state_endgame = ambience_3.mp3


Binary file added static/sounds/ambience_1.mp3
Binary file not shown.
Binary file added static/sounds/ambience_2.mp3
Binary file not shown.
Binary file added static/sounds/ambience_3.mp3
Binary file not shown.
Binary file added static/sounds/ding_effect.ogg
Binary file not shown.

0 comments on commit 8562452

Please sign in to comment.