Andrea Cryz
  • Joined on 2025-02-27
Cryz pushed to master.single_player at Cryz/arduino_pong 2026-03-19 21:02:11 +01:00
6ea443d92a single player with difficlut level balancement
Cryz pushed to master.single_player at Cryz/arduino_pong 2026-03-19 19:38:21 +01:00
2838b5fd14 start implementi difficulty level, but needs some balancements
Cryz pushed to master.single_player at Cryz/arduino_pong 2026-03-19 18:50:45 +01:00
69a8fb9dc4 first bot implementation
Cryz pushed to master.single_player at Cryz/arduino_pong 2026-03-19 18:27:27 +01:00
eac8c59d96 reframe check_pad_movement logics and inherith the base Paddle class
Cryz pushed to master.single_player at Cryz/arduino_pong 2026-03-18 21:58:52 +01:00
Cryz created branch master.single_player in Cryz/arduino_pong 2026-03-18 21:58:52 +01:00
Cryz deleted branch master.use_classes from Cryz/arduino_pong 2026-03-18 21:56:39 +01:00
Cryz pushed tag v1.0.5 to Cryz/arduino_pong 2026-03-18 21:46:15 +01:00
Cryz pushed to master at Cryz/arduino_pong 2026-03-18 21:45:54 +01:00
68dfce8b12 Merge branch 'master.use_classes'
49a772f6de clean logs and improve engine handling by removing hits and movment_delay from the loop to the engine
abc0ddb661 fix collision state
33e070c442 added renderer.cpp/h files
1f6e65c5ec renderer class
Compare 12 commits »
Cryz pushed tag v1.0.4 to Cryz/arduino_pong 2026-03-18 21:44:25 +01:00
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 21:42:06 +01:00
49a772f6de clean logs and improve engine handling by removing hits and movment_delay from the loop to the engine
abc0ddb661 fix collision state
Compare 2 commits »
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 20:38:43 +01:00
33e070c442 added renderer.cpp/h files
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 19:47:03 +01:00
1f6e65c5ec renderer class
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 19:13:01 +01:00
7afa70c9d8 fix ball bouncing on pad behavior
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 19:01:02 +01:00
792c0f835c clean main sketch file
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 18:25:09 +01:00
5afa726015 minors
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-18 18:12:58 +01:00
48fef4be86 move some logics to loop()
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-17 23:43:46 +01:00
48c2610561 TODO
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-17 23:25:45 +01:00
3d8881ab3d total reframe with classes
Cryz pushed to master.use_classes at Cryz/arduino_pong 2026-03-17 20:11:33 +01:00
d8efabd6da start refactoring pong entities to use classes