Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 293 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 293 Bytes

World-War-Bass

Main game idea

You own a country

Other countries are trying to take over as well

Goal is to take over the world !

Game Loop:

  1. Pick an option:
{ 
    DRAFT, 
    TAX, 
    UPGRADE: { ARMY, DEFENSE }, 
    ATTACK,
}
  1. See what opponents are doing
  2. Repeat