Tank battle!

https://snap.berkeley.edu/project?user=sirhopsalot&project=tank%20battle
this is tank battle ver. 0.8 please report any bugs and feel free to give me ideas to update it!
hope you like my game!

use the wiki post to put bugs here if you find any

  • sprites are draggable
    *don't bounce on edge (a tank don't bounce...)
    *the ball don't explode while touching enemy or player tank
    *change the rotation center of the tanks to the center of it

I killed him and he killed me right back :laughing:

For movement please do
[scratchblocks]
when green flag clicked
forever
if <key [up arrow v] pressed?> then
move (13) steps
end
if <key [down arrow v] pressed?> then
move (-13) steps
end
if <key [right arrow v] pressed?> then
turn right (15) degrees
end
if <key [left arrow v] pressed?> then
turn left (15) degrees
end
end
[/scratchblocks]

why tho?

It makes the game easier to control

done.

Hmm...
Maybe more like this:
[scratchblocks]
when green flag clicked
forever
if <key [up arrow v] pressed?> then
move (3) steps
end
if <key [down arrow v] pressed?> then
move (-3) steps
end
if <key [right arrow v] pressed?> then
turn right (2) degrees
end
if <key [left arrow v] pressed?> then
turn left (2) degrees
end
end
[/scratchblocks]

done.

@bubgamer07_bungamer0 I did your thing too.

not bug but enhancement:

ill get to that.