Skip to content

A top-down shooter game built with LibGDX using box2d and Java.

Notifications You must be signed in to change notification settings

nickolasddiaz/Tank_Game

Repository files navigation

A top-down shooter game built with LibGDX using box2d and Java featuring procedurally generated terrain, multiple biomes, and dynamic combat mechanics. Players aim to survive while maximizing their score in an infinite world filled with various enemies, power-ups, and strategic challenges. Game Link

Features

World Generation

  • Infinite procedurally generated map using cellular noise algorithms
  • Five distinct biomes:
    • Ocean
    • Tundra
    • Plains
    • Wild West
    • Desert
  • Unique structures and obstacles for each biome
  • Road networks and building placement using Wave Function Collapse algorithm

Gameplay Elements

Entities

  • Player-controlled tanks
  • Cars
  • Enemy/Allied units controlled through ai pathfinding

Combat System

  • Three weapon types:
    • Standard bullets
    • Guided missiles
    • Deployable mines
  • Strategic combat with various attack patterns
  • Dynamic difficulty scaling

Power-up System

Combat Enhancements:

  • Increased bullet damage, size, and speed
  • Critical hit chances and damage multipliers
  • Fire rate improvements

Survival Mechanics:

  • Health regeneration
  • Enhanced armor
  • Speed boosts
  • Allied unit spawning

Special Abilities:

  • Multi-directional shooting
  • Structures destruction

Score Mechanics:

  • Point multipliers
  • Wanted level system
  • High score tracking through a leaderboard

Controls

Desktop

  • WASD: Movement
  • Mouse Click: Shoot
  • P or Space-bar: Pause game

Mobile

  • Virtual joystick for movement
  • Touch controls for shooting
  • Auto-fire option available

Technical Features

  • Cross-platform compatibility (Desktop and Web)
  • Mobile-optimized controls
  • Debug mode for testing
  • Leaderboard system

Credits