Tank game prototype

Just a small tank prototype I made because I was thinking of that one wii game. It uses the actual mouse movement to aim and A to shoot. arrows to move.

I’m sharing it because I got to the point where I should make enemies but do not feel like making AI.

6 Likes

Seems good. One suggestion, can you make the tank go faster?

1 Like

mouse click=A now

1 Like

I though about that but depending on your screen resolution you can accadentally click one of the buttons.

Hi, my friend showed me this post about a year ago, and I have been inspired to make a game with the same cursor aiming stuff as this has, and I was wondering if I could. I appreciate whatever your response is!

2 Likes

You are welcome to copy any of my code!

However, this project is old and now there is better way to do it. Instead of the iffy screen tilt you can just use the [mouse X Y] stuff in the browser extension.

I am glad you are inspired by my project and hope this helps!