Use the up and down arrow keys to move You.(blue)Press space to start. First one to 10 wins. Mr. Paddle (the computer player), believe it or not, was not very hard to make at all. So I'm gonna tell you how the scripts work. For difficulty, I made a script like this:
forever if difficulty=1 wait 0.1 secs glide 0.3 secs to x: -213 y: y position of Bally if difficulty=2 wait 0.1 secs glide 0.2 secs to x: -213 y: y position of Bally if difficulty=3 wait 0.1 secs glide 0.1 secs to x: -213 y: y position of Bally
It was this easy to make a very hard to beat computer player. Oh, and I think it's obvious now that lower difficulty number is easier.
Comments
You need to be logged in to post comments
Add a Comment
this is almost exactly like the real game! great project.
What a wonderful example! Great job!