• Joined on 2023-03-30
fries created repository fries/CPlusPlusLearningProject 2023-06-19 22:37:45 +00:00
fries pushed to main at fries/Pong 2023-06-03 00:15:54 +00:00
65ef70f583 the enemy can now see when the screen is adjusted.
fries pushed to main at fries/Pong 2023-05-27 02:50:21 +00:00
9fdf16c557 add a vsync option to the settings
fries pushed to main at fries/Pong 2023-05-24 04:48:37 +00:00
8072cf4961 the enemy can now scale to the resolution.
fries pushed to main at fries/Pong 2023-05-23 17:38:47 +00:00
3e61187065 add an .editorconfig.
fries pushed to main at fries/Pong 2023-05-23 07:22:18 +00:00
fries pushed to main at fries/Pong 2023-05-23 07:22:14 +00:00
fries pushed to main at fries/Pong 2023-05-23 07:22:10 +00:00
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