Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanrizvi-hr authored Feb 13, 2023
1 parent 246c5b8 commit ac3bc35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ToonTanks
Toon Tanks is a fun and entertaining game that's perfect for players looking for a quick and exciting multiplayer battle. So grab your friends, hop into your tank, and get ready for some cartoon tank warfare!

Toon Tanks is a game developed on c++ using unreal engine 5.0

There are multiple classes which are been coded in this game. Each class has 2 extensions
1 is .cpp and another is .h

.h are the headers file which are been included in .cpp by calling them in .cpp class at the very begining of the code

There is Tank which has the quality of moving around and shooting the turret towers
Turret towers are fixed at their places and they calculate the distance on the Tank from them. Once the tank is in the radius of turret, turret will start shooting at the Tank

0 comments on commit ac3bc35

Please sign in to comment.