Simple tic-tac-toe game
This is a quick implementation of the tic-tac-toe game. Using only HTML, CSS, JavaScript and jQuery.
- You can play 3x3, 4x4, or 5x5 board.
- Didn't hard code winning possibilities.
CSS needs some attention, so any suggestions would be great. Thanks!