This commit is contained in:
ApfelTeeSaft
2024-10-31 13:33:48 +01:00
parent fcd317ed81
commit ace1d3f4a6
+1
View File
@@ -1,6 +1,7 @@
// Pong Game with Scoring in TempleOS
#include "std/Kernel.h"
// dunno if this works, but it seems to be working
PongGame() {
const xMax = 80, yMax = 25;