Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tanks Game

🇬🇧 English | 🇷🇺 Русский

A lightweight 2D Tanks game built with Java Swing. The player controls a tank to battle enemy tanks across the battlefield.

⚠️ Note: This project is currently under active development. Some mechanics are incomplete.

Tech Stack

  • Java
  • Swing / AWT (Graphics and Input Handling)

How to Run

Compile and run the project using the following commands:

javac -d out src/models/*.java
java -cp out models.Main

Controls

  • Arrow Keys / WASD: Move the tank
  • Spacebar: Shoot

TODO

  • Implement collision logic between objects
  • Add destruction mechanics for blocks and obstacles
  • Create different projectile types
  • Define win and loss conditions

License

MIT

About

A small 2D tank battle game built with Java Swing.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages