Sunday, November 30, 2014

Building Tic Tac Toe

This Saturday, I had some free time, so I decided to do some coding.

I thought it might be fun to build a puzzle type of game. It would involve using some complex data structures and algorithms that I have been reading about.

But as I started planning, I realized building a new game from scratch seemed a little bit daunting. Instead, I decided to write a program where I could simple play Tic Tac Toe.

I figured this would give me a decent framework in which I can build more complex games later.

Version 0.1 of this game is done and available here.

No comments:

Post a Comment