Enumeration SearchStrategy

Enumeration Members

Enumeration Members

ALL: "all"

Combines the results from weekly and promotion. Continues if at least one of the APIs works.

PROMOTION: "promotion"

Search the entire Epic Games site for any game with a 100% discount. This includes the weekly games, plus any uncommon non-weekly temporarily free games. Occasionally excludes the weekly promotion if it's a bundle.

WEEKLY: "weekly"

Redeem only the games defined as a weekly free game at https://www.epicgames.com/store/free-games

This uses a different set of APIs from the other search strategies, so it may work in case finding games breaks.

Generally is less stable than promotion due to a more complex lookup method.

Generated using TypeDoc