Javascript Tic Tac Toe Beginner Tutorial | PART 1 - Setting Up The Grid

In this Javascript tutorial I explain how to make Tic Tac Toe. This video covers the initial setup and creation of the game grid with HTML & CSS and uses both flexbox and grid for laying out the elements. Code and assets for this video:
Back to Top