🎄 Merry Christmas, TCRF! 🎄
User:Croper-1/Angry Birds 2 (Playable Factory ADs)
3 Playable Factory demos are known to exist as of today.
Contents
Merge Game
A game where you fling birds with the slingshot, and merge to create Terence. It looks nothing like the main game.
Unused Sounds
Some of the sounds were sampled and taken from Angry Birds 2. Most of them were original. Names of the audio files are referenced in the game's script.
- coin_collect - A simple coin collecting sound.
- blueBird_release - The Blues' launching sound, sampled and taken from Angry Birds 2.
- ball_bounce - A simple boing sound.
- lid_open - A simple lid-opening sound.
- trampoline_bounce - A simple boing sound.
- arrow_ding - Ding!
JavaScript
Playable Factory Game Script
dashboardParams:
- autoAim : Auto-Aim. Setting this parameter to true will display text under the slingshot that says "Auto Aimed" and will automatically aim if you click, rather than holding the slingshot.
- hasWinter : Temporary Christmas theme, as seen in a blog post. It will change the birds, the platform, and adds a Santa riding on the reindeers.
- hasBalloons : Some kind of flag to toggle balloons.
- targetCount : Amount of birds to have.
Curiously, these are referred to as bird 2, bird 4, and bird 8, a possible reference to the game 2048.
- bird2 : Spawns Red Bird (Red).
- bird4 : Spawns Yellow Bird (Chuck).
- bird8 : Spawns Black Bird (Bomb).
These flags are also seen in the aforementioned Christmas blog post, where there is a screenshot.
- birds : A list of birds.
- number : Bird number. Values:
- 2 : Red Bird.
- 4 : Yellow Bird.
- 8 : Black Bird.
- 16 : Terence.
- Notably, all bird numbers are Red Bird clones, with different sizes depending on the number. They can be merged though, and become multiplied by 2.
- 1 > 2 > 4 > 8 > 16 > 32 and so on.
- key : Bird key.
- number : Bird number. Values:
The parameters can also be seen in the source file.
The demo mentions a ridiculous amount of Playable AD Company/Service strings, such as Mintegral, Ironsource, Playable Factory (which were its sourced), Vungle, TapJoy, AdJoe, Moloco, Voodoo Notion and Mraid. Mraid is a company that produces advertisements to promote Mobile games and to promote then-released Movies/TV shows/Media (Such as Toy Story 4), so these were most likely sets of parameters to connect to their official website.
Source
To view the source, open FireFox, press F12, click on "Console" and click on this thing printed on the console next to the PixiJS Mention:
PF_SM_3_stages_Applovin.html line 579 > eval:3:2042059