Skip to content

Ibrahim2750mi/Blitzkrieg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blitzkrieg

Pyweek 33 game jam in arcade.

As the theme is "My evil twin", the plot I thought for my game is where two twin brothers get their Dad's kingdoms in half, but the evil twin brother throws you outside where you are just left with a city. So by some military tactics and warfare you have to take the kingdom back. Basically this game is military strategy game and the literal meaning of " Blitzkrieg" is "a violent surprise offensive by massed air forces and mechanized ground forces in close coordination".

Running the Game

On OSx
python3 -m pip install -r requirements.txt
cd src
python3 game.py

On Windows
py -m pip install -r requirements.txt
Go to the src directory and then run
py game.py

Playing the Game

You can manage your kingdom by clicking on the office, building an army building is important. Buildings like hospital, finance office can provide some kingdom boost (although I had to cut off some features due to time limit). You can open the menu by clicking on the cog wheel icon on the top left of the screen. You can go to battle by clicking on the map button, winning battles is your main objective and taking all the cities under your control. Some features were not implemented like dialogues, generals etc. You may see alot of redundant code that is because, they might have been used if I had more time. Anyway good luck winning your kingdom back from your evil twin. Also, you need to click on "SAVE and CONTINUE" button in the map view.

Cheat: When in battle press "w" to kill all enemies.

Credits

  1. Assets located in \resource and \units are taken from https://github.com/yairm210/Unciv/
  2. Assets located in \buildings and \misc\save.png have been taken from https://www.vecteezy.com/
    Detailed credits in credits.md

Releases

No releases published

Packages

No packages published

Languages