How do you rotate?
zortazert
Creator of
Recent community posts
Thanks for playing. Yeah it's a pretty difficult AI. I made it from a tutorial on this one and the original the AI could see the ball from half the screen I edited so it can only see it from 25% and it's still very difficult to handle. I couldn't figure out how to make a pong AI that can loose. The strategy is to hit it enough times that ball's velocity is so fast that the AI can no longer catch it in time.
I am a noob game developer trying to make HTML5 games with JS and canvas. How do I do this with multiple files? I already uploaded to itch my first game pong which I originally wrote with node as a web server to not get CORS errors. When uploading to itch I had to make all the code in one js file. On my next game flappy bird that I am almost done with I just need to implement restart all the code is really messy because everything is in one file. How can I separate all the code into multiple files and have it work in itch.io?





I also can do 3d stuff.