This has been a really fun project to work on! I’d love to get some feedback on what would make it better, such as new features or game modes, and anything else that would make this game more fun and easier to play! Thanks everyone!!!
@Dwins Nice game, looks like it would be fun to play. Reminds me of a tank video game I played long ago. I still have the game unit packed away. One thing, the background is very dark so the pause button and exit in the center can’t be seen. I added background(255) at the start of draw and that made things easier to see. Not sure if you meant the background to be that dark because that’s what you show in the picture above.
@dave1707 I agree, the background still needs some work. I’m a little hesitant to use background() because then you don’t get the cool blur effects when you’re shooting bullets, but I tried brightening the mesh colors, and that seemed to work pretty well. Thanks for the feedback!