-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PongGame #31
Comments
Hi, thank you for the support. Can you confirm whether the code from this repository's Pong functions correctly? |
No It does not I have copied it over and it does not work. Sorry about the delay to respond. |
When I run the Pong from the GitHub project on macOS Ventura it seems to spawn them in the correct location. |
For some reason also the BuildAndPlay method doesn't work either. IntelliJ gives me an error whenever I use it. |
This is an IntelliJ bug. The method works, but the IDE highlights it red. |
I bought your book, "Learn JavaFX and App Development", I had just finished the third chapter and copied the pong game down onto my computer. When I ran it it didn't work. The enemy paddle and the player paddle both spawned at 0, 0. I'm not sure why this happened. I double checked the code and rewrote all of it, same issue.
The text was updated successfully, but these errors were encountered: