hi,
I'm trying to replicate the classic game Pong.
I thought it should be easy to make a 1 player vs computer game, but I can't make it work.
I've tried something like this:
Computer player = 8 directions, 2 up 2 down
Every tick ----> set computer player Y position to ball.Y
It works but the computer can't be beaten.
Is there a way to add some delay?
Thanks