206 Commits

Author SHA1 Message Date
martin
eed4f50313 Moved actions to a Service 2023-07-03 22:24:56 +02:00
martin
ead816849f Removed unused packages 2023-07-02 20:47:16 +02:00
martin
35089e40d1 Moved game to it's own page 2023-07-02 18:16:26 +02:00
martin
dd21f82734 Created "sign-up" form 2023-07-02 17:59:39 +02:00
martin
d6a49dee6a Updated frontend and more .Ready implementations 2023-07-02 16:44:30 +02:00
martin
eaf17ef484 Added some playerstates 2023-07-01 18:54:59 +02:00
martin
49b8d05f97 Refactored names 2023-06-25 22:21:47 +02:00
martin
c469b92739 Added groups in backend, refactored property names 2023-06-24 19:43:03 +02:00
martin
fbe9594192 Adde player class and updated character classes 2023-06-18 17:20:11 +02:00
martin
7ccb15707e Started with player class 2023-06-15 22:53:07 +02:00
martin
f000e0effc Pac-Man can't walk through another characters, and ghosts can't walk through other ghosts 2023-06-12 19:13:49 +02:00
martin
ce611447ce Position is updated on all clients 2023-06-08 19:48:27 +02:00
martin
58ab8d68ee Ghost can eat a pacman and send it back to spawn 2023-06-08 19:12:10 +02:00
martin
9353c4f825 Character can not land on a different characters spawn 2023-06-08 16:18:09 +02:00
Martin Berg Alstad
287d8ebe5e Fixed tests 2023-06-02 18:03:42 +02:00
martin
209a33830d Fixed Ghost being mistaken for Pac-Man on receive message 2023-06-02 09:55:26 +02:00
martin
63c531635e Score and pellets should update on other clients 2023-05-29 23:17:36 +02:00
martin
2543581211 Updated dependencies 2023-05-29 19:51:30 +02:00
martin
5cffdf1762 PacMan has a box containing pellets, pellets will be removed from map, when picked up, info and counter at top 2023-05-29 19:14:48 +02:00
martin
69ec14c04c Updated Service to use events 2023-05-29 00:24:03 +02:00
martin
3d95ff71d6 Fixed bug in teleportation, moved some state and functions 2023-05-28 23:54:34 +02:00
martin
ee00611c33 Path will now be shown on hover, moved some components 2023-05-28 19:39:43 +02:00
martin
1a5505fe3f Each possible position now contains the path the character takes to reach it 2023-05-28 18:22:44 +02:00
martin
a14a54c279 TS doc, refactored a bit, added a failed test 2023-05-28 14:39:53 +02:00
martin
a473d8ce66 Refactor 2023-05-28 14:10:08 +02:00
martin
161b232176 Fixed bug in findMovesAlgo, added dummies to show direction of possible moves, changed direction to enum 2023-05-28 13:44:27 +02:00
Martin Berg Alstad
1a2e8e7846 Rewritten algorithm to use Direction as well as position 2023-05-24 20:14:23 +02:00
Martin Berg Alstad
dc0e5a342e Ghosts can't teleport 2023-05-24 18:11:41 +02:00
Martin Berg Alstad
76eca2d9ca Updated build dir 2023-05-23 22:18:48 +02:00
Martin Berg Alstad
54c2539b2a Added vitest | added dockerfile | wrote some tests 2023-05-23 22:01:41 +02:00
Martin Berg Alstad
1fd30f1a16 Added some box and pellet logic 2023-05-22 22:57:45 +02:00
Martin Berg Alstad
485014d28d Comments 2023-05-22 22:13:21 +02:00
Martin Berg Alstad
a16de14d54 Refactored 2023-05-21 21:42:21 +02:00
Martin Berg Alstad
44192ea3fe Added movement to characters, and remove used dice 2023-05-21 19:18:21 +02:00
Martin Berg Alstad
c5d8ecc362 Finished the possibleMovesAlgorithm 2023-05-21 11:38:16 +02:00
Martin Berg Alstad
89df373d45 Can click a player to select it. Started implementing algorithm to find paths 2023-05-20 23:57:20 +02:00
Martin Berg Alstad
74f69c6f6c Replaced the canvas map with a react component 2023-05-20 18:05:23 +02:00
Martin Berg Alstad
046617ae20 Drawn characters on the board 2023-05-20 16:06:31 +02:00
Martin Berg Alstad
6042984fc6 Dice can be selected 2023-05-20 15:26:09 +02:00
Martin Berg Alstad
6f309a9b4a Moved some logic to other methods 2023-05-20 10:15:17 +02:00
Martin Berg Alstad
d8e74dc6fd Sends an ActionMessage between client and server 2023-05-20 00:13:52 +02:00
Martin Berg Alstad
9df04610ef Added disconnect method on return, removed promise from close 2023-05-19 23:24:46 +02:00
Martin Berg Alstad
033bbbea03 Action objects and update dices on all screens after roll 2023-05-18 23:51:44 +02:00
Martin Berg Alstad
19c87bae68 Created GameController, and generic controller. Created some methods in the client to send and receive data 2023-05-18 19:24:15 +02:00
Martin Berg Alstad
ef85dec657 Changed Collection to SynchronizedCollection 2023-05-18 12:05:22 +02:00
Martin Berg Alstad
4d7b0e2b1e Started drawing a test canvas, added a few classes and interfaces 2023-05-17 20:07:28 +02:00
Martin Berg Alstad
d6cf7ac94d WebSocket messages will be sent to all connected 2023-05-17 12:57:24 +02:00
Martin Berg Alstad
ad1b9b2ad9 Exception handling in backend when disconnecting. open() method for websocket in client 2023-05-17 09:55:55 +02:00
Martin Berg Alstad
dc14c52e8f Fixed websockets 2023-05-16 23:01:41 +02:00
Martin Berg Alstad
bd8a43f40e Started testing webSockets 2023-05-16 21:55:56 +02:00