static void Main(string[] args)
    {
        jogo game = new jogo();

        game.Run();
    }