Leo Rudberg
Leo Rudberg
See https://github.com/LOZORD/xanadu/blob/master/src/context/game.ts#L207
We need to hammer out allegiance bonuses to make sure they are fair (and also worthwhile to have in the game).
I was thinking of something along the lines of Minecraft -- needing to carry torches and matches, etc to be able to get better room descriptions (especially if there is...
Related to vision in #24, should we an ability-based line-of-sight bonus (i.e. you can see into neighboring rooms)? I think this might be cool, but also possibly unfair and may...
http://probst.io/blog/2015/04/11/clang-format-is-available-via-npm/
Instead of having a combination of helper function and executed code all in `client.ts`, I think it might be nice to create `index.ts`, which would only contain the executed code...
An example might be when the game transitions from `Lobby` ➡️ `Game`: the player might miss the new `Game Information` tab. (Inspired by testing with my dad 👴 )
Just need to update `package.json` according to the [lifecycle guide](https://docs.npmjs.com/misc/scripts).