Commit Graph

71 Commits

Author SHA1 Message Date
Florian Kaiser
c0a59db2dc
Merge pull request #62 from H4CK3R-01/fix_error
Show error message if room is full
2021-07-12 10:28:43 +02:00
H4CK3R-01
cf442cd629 Show error message if room is full 2021-07-12 10:24:50 +02:00
koenigmarcel
fb45d1d758 Mobile Login Layout 2021-07-12 10:10:47 +02:00
H4CK3R-01
62c783642f Change header to players color 2021-07-11 18:28:23 +02:00
H4CK3R-01
5fcae6f2e1 Empty usernames or room-names are not allowed 2021-07-11 16:01:33 +02:00
Florian Kaiser
e488caa819
Merge branch 'main' into mobile_design 2021-07-10 16:41:57 +02:00
H4CK3R-01
f40033ccc2 Fix mobile design blur 2021-07-10 16:36:53 +02:00
Florian Kaiser
e533084628
Merge pull request #55 from H4CK3R-01/Change_card_stacks
Updated card stacks
2021-07-10 16:03:17 +02:00
H4CK3R-01
6ca0f7f9aa Score board was shown every time if the first answer was false 2021-07-09 17:58:34 +02:00
H4CK3R-01
237f092cd1 Updated card stacks 2021-07-09 17:52:52 +02:00
H4CK3R-01
b4f783e19e Winning screen 2021-07-05 15:57:59 +02:00
H4CK3R-01
ec7969382d Fixed scoreboard 2021-07-05 14:56:28 +02:00
gohlkeMax
c4a955d556 Remove undefined Playernames from Scoreboard 2021-07-01 19:23:03 +02:00
gohlkeMax
173ee05cfe Added playernames to the scoreboard 2021-07-01 18:39:23 +02:00
gohlkeMax
e46b5f12e5 Rotation-Direction changed & Slow-Down Fields and Logic added 2021-07-01 14:46:18 +02:00
gohlkeMax
0a0752d4e5 Rotation-direction changed & Slow-Down Fields and Logic added 2021-07-01 14:44:39 +02:00
H4CK3R-01
c7cc5aea63 Manual is shown several times 2021-07-01 09:23:50 +02:00
H4CK3R-01
b9eaccecfd - Cleaned up
- Reformatted
- Bug fixed
2021-06-24 14:46:34 +02:00
Florian Kaiser
1fe82b6165
Merge pull request #46 from H4CK3R-01/card_design
change card line color
2021-06-24 11:13:17 +02:00
H4CK3R-01
b946e60c1d Fixed game guide 2021-06-24 11:12:34 +02:00
koenigmarcel
cc24b885e8 1 2021-06-24 11:04:36 +02:00
H4CK3R-01
6715929df5 change card line color
modified card
2021-06-24 10:52:08 +02:00
Florian Kaiser
fe0644a092
Merge pull request #45 from H4CK3R-01/change_background
changed background
2021-06-21 22:49:37 +02:00
Florian Kaiser
b970ee7e73
Merge pull request #44 from H4CK3R-01/your_turn_scoreboard
- Fixed "your turn"
2021-06-21 22:49:28 +02:00
H4CK3R-01
45baf62917 changed background 2021-06-21 22:47:41 +02:00
H4CK3R-01
f538fa4bfe - Fixed "your turn"
- Scoreboard
2021-06-21 22:45:58 +02:00
H4CK3R-01
e0fd21619a Updated logo 2021-06-21 21:18:29 +02:00
H4CK3R-01
f1a0d9692b Added game rules 2021-06-21 21:07:25 +02:00
H4CK3R-01
e3689bff5c Added game rules 2021-06-21 21:03:41 +02:00
9a37f674b3 fixed duplicate messages 2021-06-18 13:18:25 +02:00
0287f8aec0 Error if game already started or more than 4 players 2021-06-18 10:19:03 +02:00
73ced0222f - Refactoring
- Show which player is active
2021-06-18 09:43:40 +02:00
6ca95e697c Improved positioning of players 2021-06-18 08:56:31 +02:00
ae4d7085ba Removed unused files 2021-06-18 08:37:10 +02:00
Fabian Thome
559336fb65
player movement
- changed direction of gameplay (now clockwise)
- renamed player variables
2021-06-17 19:57:32 +02:00
Fabian Thome
7011f773a5
player movement
- notice 'player moved'
- added fourth player
- added colors for players
- remove players & add new players at new position
2021-06-17 18:51:23 +02:00
Thorsten Rausch
4674720cfb fix players moving when answers are wrong 2021-06-15 18:38:55 +02:00
Thorsten Rausch
c243138b87 implement player class with player movement 2021-06-15 18:18:16 +02:00
Thorsten Rausch
2ac1733251 Merge branch 'main' into logic
# Conflicts:
#	public/js/game.js
2021-06-15 17:42:42 +02:00
Thorsten Rausch
10e69084bc reorder sprites 2021-06-15 17:37:42 +02:00
ea67ff8c95 - Fixed line breaks in questions and answers
- Updated pixi.js and socket.io-admin-ui
2021-06-15 08:59:05 +02:00
566c03d33a Fixed long questions and answers 2021-06-14 13:14:16 +02:00
5276377393 Fixed multiplayer 2021-06-14 12:29:38 +02:00
H4CK3R-01
59b353741f
Merge branch 'main' into multiplayer 2021-06-14 12:08:02 +02:00
00d868f963 Destroy text and borders 2021-06-14 12:06:49 +02:00
997e7a0f89 Buttons work now on mobile devices 2021-06-11 10:17:38 +02:00
0680930f78 Fixed resize bug 2021-06-11 10:07:38 +02:00
34287bca54 Automatically scroll down if new message is displayed 2021-06-11 09:34:34 +02:00
e618c20dc8 Send message on pressing enter 2021-06-11 08:50:00 +02:00
065184bea8 Reformatted code 2021-06-11 07:55:46 +02:00