TicTacToe
This was a project that I worked on during my free time of my final semester of my undergraduate studies. My goal was to create a simple, yet presentable program, which I could use to help me develop better software engineering practices. Another goal was to introduce myself to version control and learn the basics of Git.
This version of TicTacToe supports mouse input for one or two players. The computer uses a simple alpha-beta pruning algorithm to select its move.
Additional Info
For more details about the project, see the following pages: