#!/usr/bin/python # -*- coding: utf-8 -*- from pygame import * # Screen size, by default the XO screen size resolution screen_size = [1200, 900]