Commit graph

18 commits

Author SHA1 Message Date
e51307b79b feat: Move paddle redraw to tick method 2024-11-03 21:20:07 +01:00
d8d6ba0118 feat: Ball gets removed when reaching bottom 2024-11-03 20:21:49 +01:00
a43a70f523 feat: Banners now have collisions 2024-11-01 19:56:23 +01:00
e864112755 feat: Add collisions with paddle 2024-11-01 19:15:09 +01:00
e357656d00 fix: ball gets stuck in wall in some timing edge cases 2024-11-01 19:01:37 +01:00
fbeb9254ae fix: ball clipping th 2024-11-01 18:54:45 +01:00
1a0589cb26 ball now bounces on window edges 2024-11-01 18:48:20 +01:00
687cb1b034 refactor to using lambdas instead of binds 2024-10-30 22:53:32 +01:00
3c6e1aff5f add system for launching balls 2024-10-30 22:45:44 +01:00
924e7d57c2 add standby ball handling 2024-10-29 22:34:33 +01:00
0673f90454 the paddle can move now 2024-10-29 22:08:24 +01:00
ab26ce4074 improve object model 2024-10-29 22:00:12 +01:00
efc8119c94 add paddle 2024-10-29 21:56:28 +01:00
4525296e60 more realistic game field 2024-10-29 21:44:08 +01:00
2f70e6f355 add watch script for esbuild 2024-10-29 21:37:07 +01:00
fdfe6d7bb1 some positioning stuff 2024-10-29 21:26:47 +01:00
446c0343e1 begin of Game object 2024-10-24 21:55:04 +02:00
015769560b basic setup + banners + begin of game model 2024-10-24 21:05:04 +02:00