Parity games are simple games played on a graph: https://en.m.wikipedia.org/wiki/Parity_game
Let $A$ be an algorithm that solves the following problem in polynomial time.
Given: A graph $G=(V,E)$ with $V=V_0\cup V_1$ and a coloring of the vertices according to the priorities.
Question: Does $G$ have a winning region for the player Even?
In other words, is there a vertex such that player Even has a winning strategy from this vertex or are all vertices winning positions for player Odd?
Can we use $A$ as a subroutine to solve general parity games in polynomial time?