If your system is running on Linux you can easily record the gameplay using this command:
ffmpeg -f x11grab -r 25 -s 840x480 -i :0.0+420,265 -vcodec libx264 -preset ultrafast ANGRY_BIRDS_GAMEPLAY.mkv
Just change the origin coordinates (420,265) to match you screen resolution.