Fen Dweller
ed9b466122
Update the templates to not use state arguments
5 лет назад
Fen Dweller
b30d437274
Remove another unused state argument
5 лет назад
Fen Dweller
a36d966d3f
Stop passing the state around manually
It was a nice idea to explicitly pass state to everything,
but it didn't really provide any benefits (we only ever have one
game going at once), the rule was already violated (some places
used the global instance of state), and it added a lot of clutter.
Also removed the unused entity.js file.
5 лет назад
Fen Dweller
1de392dc57
Allow for stats to be hidden
5 лет назад
Fen Dweller
b520f35de6
Add audio files for the demo and the fen-snack story
5 лет назад
Fen Dweller
304be7c584
Set up LFS
5 лет назад
Fen Dweller
5b111c2490
Fix typo
5 лет назад
Fen Dweller
5fd3c7392e
Add a getStat function
5 лет назад
Fen Dweller
e78f5ac73f
Update some template snippets
5 лет назад
Fen Dweller
18458bcfcf
Create README.md
5 лет назад
Fen Dweller
f5d0179aa2
Add a changelog link
5 лет назад
Fen Dweller
70a508efb7
Fix favicon and preview image
5 лет назад
Fen Dweller
cd71bbfd0c
Version number bump
5 лет назад
Fen Dweller
f4cc337b78
Tell the player how long they survived (fen-snack)
5 лет назад
Fen Dweller
6de0f82371
Add an alleged escape
6 лет назад
Fen Dweller
64cef011c9
Add thrash, adjust game-over bowel text
6 лет назад
Fen Dweller
d47c768f5d
Add clenches pulling down to the bowels
6 лет назад
Fen Dweller
78846d4ce3
Update .gitignore to include the vscode snippets
6 лет назад
Fen Dweller
e2e0afb37c
Add random print function, plus a use in fen-snack
6 лет назад
Fen Dweller
204ac4c68e
Remove the room property from the timer logic
6 лет назад
Fen Dweller
e92b2f1a50
Drop usage of the room attribute for timers
6 лет назад
Fen Dweller
794ab0cec7
Fix a typo and a missing exit argument
6 лет назад
Fen Dweller
ca0fdca6c2
Distinguish move buttons with no destination and with failed conditions
6 лет назад
Fen Dweller
b0876e400e
Fix duplicate id for real
6 лет назад
Fen Dweller
1518d2c6eb
Only create stats once for a room and clear room stats first
6 лет назад
Fen Dweller
6411a3cd06
Add missing data entries
6 лет назад
Fen Dweller
f26e585db9
Add simple example of room stats
6 лет назад
Fen Dweller
6810672d2d
Consolidate info update into one function; add area info
6 лет назад
Fen Dweller
ba175b1e75
Remove redundant info rendering code
6 лет назад
Fen Dweller
c44ab73724
Make world info work like player stats
6 лет назад
Fen Dweller
1dac22d218
Remove spurious console message
6 лет назад
Fen Dweller
03d7d17d1b
Add number stat type
6 лет назад
Fen Dweller
4a37505161
Add volume control for loops
6 лет назад
Fen Dweller
04b09dd5cc
Update .gitignore for .vscode
6 лет назад
Fen Dweller
685507b373
Fix non-looping timers not working
6 лет назад
Fen Dweller
83c2457576
Fixed wrong version number
6 лет назад
Fen Dweller
0885a80609
Fixed a word
6 лет назад
Fen Dweller
00878e9c40
Added a function to change stats w/ automatic bounds checking
6 лет назад
Fen Dweller
f76531afdb
Text tweaks, fixed stamina going negative
6 лет назад
Fen Dweller
2c75fb228a
Some story tweaks, including timers in timers!
6 лет назад
Fen Dweller
caaf2d7753
Timers can change their delay. They also get their own config.
6 лет назад
Fen Dweller
2f6e27bd1e
Audio can be preloaded before the game begins
6 лет назад
Fen Dweller
853b1bd5a0
Added some to the tech demo
6 лет назад
Fen Dweller
76be70dc5a
Default to 100% volume
6 лет назад
Fen Dweller
0c36e97cd4
More sounds, time, etc. for the Fen story
6 лет назад
Fen Dweller
24208832d2
Added new sounds
6 лет назад
Fen Dweller
cf80588115
Improved padding/margin on the info panels
6 лет назад
Fen Dweller
46320b87be
Fixed some properties not resetting on quit
6 лет назад
Fen Dweller
083ee3bfa3
Removed unnecessary check
6 лет назад
Fen Dweller
f4993e7bc2
Fixed an error for areas with no actions
6 лет назад