DEV Community

ahlim
ahlim

Posted on

First coding project

My first coding project. A 2 player game for the whole family. I picked tic-tac-toe from a list of other choices.

The program checks for errors and squares in the grid that have already been chosen. It finishes when one person wins or when it's played to a draw. In which case both players equally suck :).

Here's a link to my project on GitHub:
https://github.com/ahlim/TicTacToe.git

Enjoy

Top comments (0)