• Joined on 2023-03-30
fries pushed to main at fries/Pong 2023-05-23 07:22:03 +00:00
604d79e654 the paddle can now scale to the resolution
fries pushed to main at fries/Pong 2023-05-22 18:23:50 +00:00
e1b0fa338f add support for scaling the score ui.
fries pushed to main at fries/Pong 2023-05-22 17:42:01 +00:00
7bae1587d2 add a scene wide scaling manager.
fries pushed to main at fries/Pong 2023-05-22 02:41:53 +00:00
41f7e7b1a0 the walls can now scale to the resolution
fries pushed to main at fries/Pong 2023-05-22 01:19:17 +00:00
8ab2f09e62 optimize memory allocations
fries pushed to main at fries/Pong 2023-05-21 04:42:46 +00:00
425bf2ad27 make a settings menu and general refactoring
fries pushed to main at fries/Pong 2023-05-20 02:43:04 +00:00
f84479e03a make a main menu and score system
fries pushed to main at fries/Pong 2023-05-19 17:41:31 +00:00
b27a44a9b3 build a proper working arm git plugin
fries pushed to main at fries/Pong 2023-05-19 07:19:40 +00:00
9b0ebcefba walls can reset the ball to its starting position
fries pushed to main at fries/Pong 2023-05-19 07:17:20 +00:00
4bed3e920c walls can reset the ball to its starting position
fries pushed to main at fries/Pong 2023-05-18 17:38:26 +00:00
2805cd0e95 give each wall a seperate collider
fries pushed to main at fries/Pong 2023-05-18 06:42:18 +00:00
4200a3e7df add enemy ai to the game
fries pushed to main at fries/Pong 2023-05-17 21:16:37 +00:00
e50f0aefb1 add a random starting x direction to the ball
fries pushed to main at fries/Pong 2023-05-17 17:53:07 +00:00
133e0fb734 move the maxRandomAngle double to an exported var.
fries pushed to main at fries/Pong 2023-05-17 17:50:52 +00:00
ac38ae41d3 move the maxRandomAngle double to an exported var.
fries pushed to main at fries/Pong 2023-05-17 17:50:31 +00:00
23bfdf766f move the maxRandomAngle double to an exported var.
fries pushed to main at fries/Pong 2023-05-17 17:48:15 +00:00
61697e9d39 move the maxRandomAngle double to an exported var.
fries pushed to main at fries/Pong 2023-05-17 17:47:16 +00:00
fries pushed to main at fries/Pong 2023-05-17 17:47:07 +00:00
b5a5ef9c23 move the maxRandomAngle double to an exported var.
fries pushed to main at fries/Pong 2023-05-17 06:47:29 +00:00
4681c2e620 add randomness to the ball and make the paddle smaller.