Welcome to Tanks in a Maze! Green Tank: S and F to turn, E for forwards, D backwards. Q to shoot. Red Tank: <- and -> to turn, arrow keys to move. M to shoot. Aim: shoot the other tank! Your shells bounce off walls and can destroy either you or your opponent. After someone dies, the round restarts, keeping score each time. The winner is the person with the most kills!
I am aware of the bug that allows you to go into walls. This game is no longer going to be updated as I made a better version with random mazes. All credit to @DuckBunny2. I tweaked a few things to make the game slightly more playable, such as adding hitboxes. Also made it so you glide on walls rather than stopping. Also @DuckBunny2, some advice if you see this. For your games, add a new costume called hitbox and make it a simple box where you want the collisions to be detected. In this case I made it a circle. Create a custom block and under advanced click "run without screen refresh". At the start of the block change the costume to hitbox, add the collision detection code under and then end it by changing the costume back. Use the custom block whenever you want to use the collision detection.