Start trying own game

This commit is contained in:
2025-10-12 19:40:12 +02:00
parent 0a83eb3c10
commit 860d8febe6
8 changed files with 398 additions and 0 deletions

11
Capter1/ball.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include "ball.hpp"
ball::ball()
{
x = 0;
y = 0;
}
ball::~ball()
{
}