top of page

Tank Game

Tank Game: Video

Tank Game was made using custom physics engine and AI. This was made in Unity using C# without using its physics engine or AI path finding. The physics include using gravity, separating axis theorem, detecting if a point is inside an object and bounce mechanics. The AI uses a custom A* path finding method with the tanks having the ability to coordinate with each other and detection methods using arcing mathematics to detect the arcing angle to fire.

​

Game and source code download:

https://www.dropbox.com/s/24cr1b9n3i4qfrl/TankGame.zip?dl=0

​

Further reading on mechanics used:

https://www.dropbox.com/s/imwxhjxu97tnkrq/Physics%20and%20AI%20Engine%20Report.docx?dl=0

Tank Game: Text
bottom of page