Summary

Completed

In this guided project, you created a console application, a Game and an Ant class, and developed a few properties and methods that create the grid for Langton's Ant.

You should now be able to do the following:

  • Create a console application.
  • Create a class, add properties and methods, and a constructor.
  • Read user input using a loop.

By following along, breaking down the problem, and thinking about the goals of the application you were able to use some of your newly acquired skills to get started building Langton's Ant. Congratulations on taking this first big step!