Skip to content

Akarsh63/Pygame-War_Game

Repository files navigation

War Game

How to Run

Open war_game.py in the code editor and click on run and it starts.

The Game

By escaping from the bullets and bombs of the enemies the soldier should reach the target by catching bonus and saving the civilians

Entities

Entity Movement Ability / Properties
Soldier
  • Horizontal and Vertical
  • Step-wise
Throw bombs
Enemy
  • Directionless
  • Cannot move during the game
  • Shoot
  • Point at player randomly
Bombs
  • Angular
  • Uniform Speed
  • Explode
  • Damage done depends on distance from soldier
Projectiles
  • Affected by gravity
  • Uniform Speed in x-direction
  • Thrown by players
  • Can hit and kill enemies
Bonus (Target)
  • Cannot move during the gane
  • Can be placed freely anywhere
Collected by players
Civilians (Target)
  • Cannot move during the gane
  • Can be placed freely anywhere
Saved by players

GIFs

Bomb Randomness and Animation

Enemy movements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages