For one of our in-class Outco assignments, we had to create a tic-tac-toe game for the command line. I was paired with Avinash.

I had never made a Swift command line app, and it was incredibly easy. We made an entire working game with error handling, instructions etc. in 90 minutes.

You can find it on GitHub. I need to add a GIF of what the play looks like, but Iโ€™m on mobile at the moment.

I feel very empowered to make developer tools for myself. I highly encourage you to make a Swift command line app (that retains state) if you havenโ€™t before.