Are you interested in a pixel art style? I can do decent spritework in a relatively cartooney style and I have done art for game jams in the past. I also have made flappy bird recently coded in javascript where I made all the sprites myself. Its on my itch profile.
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?