#!/usr/bin/python

import os

from esp_hadouken.Game import *

os.environ["SDL_VIDEO_CENTERED"] = "1"

if __name__ == "__main__":
    Game().play()
