Commit Graph

85 Commits

Author SHA1 Message Date
Thilo Behnke
ef5d4c1a99 working score through network 2022-07-04 21:49:53 +02:00
Thilo Behnke
9ad9d16d54 integration into websocket handler 2022-07-04 21:19:06 +02:00
Thilo Behnke
063802dcb9 remove outdated todo 2022-07-04 21:11:27 +02:00
Thilo Behnke
e0807be160 add winner to game state, streamline typing 2022-07-04 21:10:55 +02:00
Thilo Behnke
3bd245a323 add todo 2022-07-03 23:56:36 +02:00
Thilo Behnke
f6edf2aad7 remove debug output 2022-07-03 23:55:02 +02:00
Thilo Behnke
b293efe3dc show score in gui 2022-07-03 23:53:58 +02:00
Thilo Behnke
6c3da2bb5b fix bugs in pong lib 2022-07-03 23:36:17 +02:00
Thilo Behnke
351c55d3ed issue with recursive alias in wasm 2022-07-03 23:17:47 +02:00
Thilo Behnke
504f09601b migrate svelte 2022-07-03 22:55:12 +02:00
Thilo Behnke
e007830435 refactor id to string 2022-07-03 22:53:17 +02:00
Thilo Behnke
ccef94bee0 wip 2022-07-03 22:34:47 +02:00
Thilo Behnke
7eb8b84c54 bugfix/more-issues-with-player-crushing-ball 2022-07-03 22:12:54 +02:00
Thilo Behnke
fad6f7a840 bugfix/avoid-player-crushing-ball-outside-of-field 2022-07-03 18:06:19 +02:00
Thilo Behnke
fa84e04d91 enhancement/improve-ball-bound-collisions 2022-07-03 17:38:00 +02:00
Thilo Behnke
53b37ef0e1 dev-ops/fix-unit-tests 2022-07-03 17:27:53 +02:00
Thilo Behnke
cb0d3bb360 enhancement/more-collision-enhancements 2022-07-03 17:26:28 +02:00
Thilo Behnke
a23d0f37e3 enhancement/better-player-ball-collisions 2022-07-03 17:24:20 +02:00
Thilo Behnke
f3cded9b6b enhancement/ui-improvements-for-pong 2022-07-03 16:49:55 +02:00
thilo-behnke
bc4ecc21ab docs/create-readme 2022-07-03 15:10:49 +02:00
Thilo Behnke
d2fe46f0ba feature/watch-session 2022-07-03 15:03:34 +02:00
Thilo Behnke
36fa5c25c5 feature/aggregate-tick-event 2022-07-03 14:34:54 +02:00
Thilo Behnke
99a43d8f0e dev-ops/migrate-client-to-svelte 2022-06-30 00:07:47 +02:00
thilo-behnke
906cadd87a refactoring/message-deserialization (#3) 2022-06-30 00:02:51 +02:00
Thilo Behnke
260c9740ec refactoring/server 2022-06-16 20:49:26 +02:00
Thilo Behnke
8f53b701cb dev-ops/fix-local-js-dev-server-ws-connection 2022-06-16 19:54:43 +02:00
Thilo Behnke
579deafe47 dev-ops/faster-docker-build-times 2022-06-16 16:56:16 +02:00
Thilo Behnke
e11dbdba57 dev-ops/fix-wasm-client 2022-06-16 16:18:32 +02:00
Thilo Behnke
f75827f927 dev-ops/fix-and-cleanup-unit-tests 2022-06-16 15:55:57 +02:00
Thilo Behnke
d69deaad1c dev-ops/migrate-vector-tests-into-module 2022-06-16 15:34:08 +02:00
Thilo Behnke
66b8b69c11 dev-ops/fix-pong-tests 2022-06-16 15:27:48 +02:00
Thilo Behnke
1532462e6e dev-ops/fix-linting-issues-in-tests 2022-06-16 14:54:21 +02:00
Thilo Behnke
f8578be865 dev-ops/fix-build-warnings 2022-06-16 14:45:42 +02:00
Thilo Behnke
7ca1c63e88 dev-ops/dockerized-build 2022-06-16 00:04:55 +02:00
Thilo Behnke
9207f76659 feature/event-web-client-integration 2022-06-11 17:26:35 +02:00
Thilo Behnke
9aca924037 feature/event-writer 2022-06-01 20:44:22 +02:00
Thilo Behnke
97ac6b6f55 refactoring/game-obj-components 2022-05-02 13:46:23 +02:00
Thilo Behnke
7426559b34 working bounding box collisions (use ranges for rect collision detection) 2022-04-23 22:26:59 +02:00
Thilo Behnke
9dd7b80b82 bugfix for vector reflection 2022-04-23 22:10:09 +02:00
Thilo Behnke
e661793fc8 add adjustment to colliders vel - still issues with bounds 2022-04-23 12:29:06 +02:00
Thilo Behnke
ee2f8e932b more tests + logger 2022-04-23 12:22:24 +02:00
Thilo Behnke
cf170d40e7 more tests for reflection 2022-04-23 12:01:55 +02:00
Thilo Behnke
d91b88eb62 vector projection & orthogonals 2022-04-23 11:29:23 +02:00
Thilo Behnke
4be19aa5bb wip collision handling 2022-04-23 00:32:57 +02:00
Thilo Behnke
7e5b928caa how to handle collision with paddle? 2022-04-23 00:15:42 +02:00
Thilo Behnke
7a4ef75c46 migrate game obj pos to float 2022-04-22 23:47:28 +02:00
Thilo Behnke
91a48cf132 fix perpendicular rotate + rotate -> issue in tests with rounding errors 2022-04-21 20:27:41 +02:00
Thilo Behnke
4373e1a593 wip - rotate 2022-04-21 20:24:22 +02:00
Thilo Behnke
54e19d4d5f better mutate vector instead of cloning and normalizing 2022-04-21 20:16:44 +02:00
Thilo Behnke
885ebdbd20 perpendicular vectors 2022-04-21 20:09:43 +02:00