Commit Graph

715 Commits

Author SHA1 Message Date
AlecM33
0b7dd9f4d7 various refactors 2023-08-13 17:51:41 -04:00
AlecM33
29431565b4 fix pulse animation 2023-08-12 01:03:35 -04:00
Alec
96f546eb8f Merge pull request #167 from AlecM33/styling-tweaks
clean up mobile navbar; other tweaks
2023-08-12 00:40:31 -04:00
AlecM33
2c0331e485 clean up mobile navbar; other tweaks 2023-08-12 00:31:09 -04:00
Alec
7805e2ac94 Merge pull request #166 from AlecM33/remove-1-card-requirement
Remove 1 card requirement
v1.1.0
2023-08-07 10:21:25 -04:00
AlecM33
dc583336b2 fix placeholder 2023-08-07 10:17:48 -04:00
AlecM33
1a65088377 allow games to be created with no initial cards 2023-08-07 10:12:44 -04:00
Alec
9bb88810cb Update LICENSE 2023-08-05 17:56:04 -04:00
AlecM33
ccbcb2fdb0 new favicons 2023-08-05 17:46:57 -04:00
Alec
857e1fe082 Merge pull request #165 from AlecM33/new-logo
new logos
2023-08-05 17:39:09 -04:00
Alec
0ad5e255fd Update README.md 2023-08-05 17:39:00 -04:00
AlecM33
83ef3d43cb Merge branch 'new-logo' of https://github.com/AlecM33/Werewolf into new-logo 2023-08-05 17:37:51 -04:00
AlecM33
20f3077d16 improve contrast 2023-08-05 17:37:45 -04:00
Alec
6e145b266b Update README.md 2023-08-05 17:34:36 -04:00
AlecM33
8d71f3e164 new logos 2023-08-05 17:33:29 -04:00
AlecM33
fc542597a0 Change language from 'game' to 'room' in certain spots 2023-08-05 11:18:35 -04:00
Alec
3d64c19394 Merge pull request #164 from AlecM33/return-to-lobby
Allow editing of the deck + allow players/spectators to leave/be kicked between games.
2023-08-05 03:17:17 -04:00
AlecM33
f8752b399a revert 2023-08-05 03:13:31 -04:00
AlecM33
62c825c4f6 Merge branch 'return-to-lobby' of https://github.com/AlecM33/Werewolf into return-to-lobby 2023-08-05 03:12:58 -04:00
AlecM33
a7e442640b add specs 2023-08-05 03:12:50 -04:00
Alec
bd3fc46f20 Update README.md 2023-08-04 15:13:47 -04:00
AlecM33
cc6c2bd596 new readme image 2023-08-04 15:05:13 -04:00
AlecM33
7334e680d9 add line breaks 2023-08-04 12:05:32 -04:00
AlecM33
0147a15873 update tutorial to reflect changed functionality, improve usage of emphasis 2023-08-04 12:00:33 -04:00
AlecM33
90fa6f0850 change title of player options menu, increase size of kebab 2023-08-04 01:09:59 -04:00
AlecM33
879df5645a improve readability of code 2023-08-04 00:53:29 -04:00
AlecM33
5d3a8a6274 fix typo 2023-08-04 00:34:11 -04:00
AlecM33
8bb77831f8 remove stray console logs 2023-08-04 00:28:57 -04:00
AlecM33
d09bb9ffd9 add event to lobby events list on client side 2023-08-04 00:21:54 -04:00
AlecM33
0c92455e0e fix various small gaps, give option for players to leave 2023-08-04 00:15:29 -04:00
AlecM33
7c61b3a724 fix expectations, remove outdated specs 2023-08-03 18:42:00 -04:00
AlecM33
19f12ca1a8 fix failure to assign game property on server side 2023-08-03 18:14:30 -04:00
AlecM33
bcfb0afdd1 redesign how players are added and how cards are dealt 2023-08-03 18:08:33 -04:00
AlecM33
24ae53209f successful editing of role list 2023-08-03 16:52:03 -04:00
AlecM33
0d82227824 allow moderators to kick players and spectators 2023-08-02 23:23:01 -04:00
AlecM33
d00f3d630a replace restart with return to lobby, add mockup player options button 2023-08-02 18:44:33 -04:00
Alec
23d563f43e Merge pull request #162 from AlecM33/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
2023-07-20 23:50:54 -04:00
dependabot[bot]
07e1db1d2d Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 07:49:38 +00:00
Alec
823b4a142b Merge pull request #161 from AlecM33/dependabot/npm_and_yarn/semver-6.3.1
Bump semver from 6.3.0 to 6.3.1
2023-07-11 20:38:43 -04:00
dependabot[bot]
05b59d0cd4 Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 08:47:00 +00:00
Alec
61275dd3e5 Update README.md 2023-06-27 10:56:41 -04:00
Alec
4035061a81 Merge pull request #160 from AlecM33/toast-edits
alter Toast message logic, more explicitly map custom roles
2023-06-27 10:41:26 -04:00
AlecM33
e4669ba690 change approach 2023-06-27 10:16:16 -04:00
AlecM33
d1850e5ef2 change arg name 2023-06-26 22:17:26 -04:00
AlecM33
b341b008c2 default arg 2023-06-26 22:16:23 -04:00
AlecM33
032901dd6b lint 2023-06-26 22:12:16 -04:00
AlecM33
1d1e2c8526 change increment/decrement role quantity toast messages, map custom roles more explicitly when loaded 2023-06-26 22:08:36 -04:00
Alec
662aae67d6 Merge pull request #159 from AlecM33/dependabot/npm_and_yarn/socket.io-parser-4.2.3
Bump socket.io-parser from 4.2.1 to 4.2.3
2023-06-05 14:08:36 -04:00
dependabot[bot]
49b1feaa4b Bump socket.io-parser from 4.2.1 to 4.2.3
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 00:22:12 +00:00
Alec
6200fbc0aa Merge pull request #158 from AlecM33/dependabot/npm_and_yarn/engine.io-and-socket.io-6.4.2
Bump engine.io and socket.io
2023-05-23 20:21:53 -04:00