static void Main(string[] args)
        {
            Gameplay currentGame = new Gameplay();

            currentGame.Start();
        }