def init_game(width, height, tickrate):
    Screen.init(width, height)
    World.init(width, height, tickrate)
    Actions.set_controls()