Thorsten Rausch
|
25e569ace5
|
hunter now moves when a player reaches field 8 instead of after 5 rounds
|
2021-07-10 16:00:38 +02:00 |
|
H4CK3R-01
|
6d96b0bc61
|
Close card if active player left
|
2021-07-05 16:20:57 +02:00 |
|
H4CK3R-01
|
b4f783e19e
|
Winning screen
|
2021-07-05 15:57:59 +02:00 |
|
gohlkeMax
|
173ee05cfe
|
Added playernames to the scoreboard
|
2021-07-01 18:39:23 +02:00 |
|
gohlkeMax
|
b22e3f4944
|
remove useless variable
|
2021-07-01 15:02:55 +02:00 |
|
gohlkeMax
|
e46b5f12e5
|
Rotation-Direction changed & Slow-Down Fields and Logic added
|
2021-07-01 14:46:18 +02:00 |
|
H4CK3R-01
|
f538fa4bfe
|
- Fixed "your turn"
- Scoreboard
|
2021-06-21 22:45:58 +02:00 |
|
Thorsten Rausch
|
81782cdd25
|
add/remove comments
|
2021-06-18 13:27:53 +02:00 |
|
Thorsten Rausch
|
0e4fd19933
|
make WIN_POSITION a static member
|
2021-06-18 13:06:41 +02:00 |
|
Thorsten Rausch
|
494109de79
|
add Game.currentState to indicate whether games are won/lost
|
2021-06-18 13:03: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 |
|
|
f4d9804100
|
- Added TODO
- Fix Bug if active player leaves
|
2021-06-18 09:09:50 +02:00 |
|
|
a5ec342005
|
Fix empty room bug
|
2021-06-18 08:55:55 +02:00 |
|
|
ae4d7085ba
|
Removed unused files
|
2021-06-18 08:37:10 +02:00 |
|
Thorsten Rausch
|
ae82565bbe
|
fix missing broadcast "user left"
|
2021-06-17 19:22:36 +02:00 |
|
Thorsten Rausch
|
aa97939037
|
Merge branch 'logic' into player-movement
# Conflicts:
# Webservice/Player.js
|
2021-06-17 19:08:37 +02:00 |
|
Thorsten Rausch
|
d60b97a112
|
Merge remote-tracking branch 'origin/player-movement' into player-movement
|
2021-06-17 18:59:43 +02:00 |
|
Fabian Thome
|
e85e66444c
|
emit 'player moved'
|
2021-06-17 18:49:31 +02:00 |
|
Thorsten Rausch
|
8f30d63b03
|
add methods to Game to access players by name
|
2021-06-17 18:33:16 +02:00 |
|
Fabian Thome
|
dffb1ce516
|
player movement
|
2021-06-17 17:23:53 +02:00 |
|
|
c0c3a447ef
|
Next try
|
2021-06-17 10:38:46 +02:00 |
|
|
d4cc2b9ee3
|
Try to fix server
|
2021-06-17 10:01:11 +02:00 |
|
|
53d6809baa
|
Extracted classes from server.js
|
2021-06-17 08:45:45 +02:00 |
|
|
f9233bdc55
|
Create several rooms now
|
2021-06-17 08:35:14 +02:00 |
|
Thorsten Rausch
|
d60bbbcf7d
|
make gameState a class
|
2021-06-16 10:44:21 +02:00 |
|
Thorsten Rausch
|
f022f17186
|
implement hunter
|
2021-06-16 00:06:00 +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 |
|
|
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 |
|
|
065184bea8
|
Reformatted code
|
2021-06-11 07:55:46 +02:00 |
|
koenigmarcel
|
88300c1be2
|
Merge branch 'main' of https://github.com/H4CK3R-01/Projektmanagement-Game into main
|
2021-06-10 20:32:21 +02:00 |
|
koenigmarcel
|
e5d1fc77d1
|
+ added mobileHandler.js and mobile.css prototype to handle mobile devices
|
2021-06-10 20:32:16 +02:00 |
|
|
e5c8e169b2
|
Fixed server.js on local environments
|
2021-06-10 20:27:04 +02:00 |
|
|
b06ba29bce
|
Added monitoring functions
|
2021-06-10 19:52:32 +02:00 |
|
|
c4a8c84db2
|
- Added multiplayer functions
- Only active user can roll the dice
- Only active user can select answers
- Card will be destroyed if active user selects answer
|
2021-06-10 14:05:01 +02:00 |
|
|
0a55ef7db8
|
- Use real questions now
- Convert JSON to other format
|
2021-06-10 12:45:56 +02:00 |
|
|
f469259d36
|
Get card data from server and display it
|
2021-06-08 17:33:59 +02:00 |
|
|
948529818b
|
- added function to get random number and card
|
2021-06-08 15:58:32 +02:00 |
|
|
5597680526
|
Fixed undefined string bug in pad-function
|
2021-05-31 11:40:02 +02:00 |
|
|
5aa0b95034
|
Some small fixes
|
2021-05-26 22:58:00 +02:00 |
|
|
50327dfffc
|
- Added chat room function
- improved logs
|
2021-05-26 22:41:05 +02:00 |
|
|
6f62883275
|
chat functions
|
2021-05-26 16:26:05 +02:00 |
|