This is my Tic Tac Toe game website, where you will be able to:
- Play multiplayer (using the same device, at least for now)
- Play solo (I will make the algorithm clever soon)
Many thanks to Frontend Mentor for this coding challenge and the very beautiful design.
Make sure you have Git (or GitHub CLI) and NodeJS installed before continue. See how to install Git and how to install NodeJS if you need to.
Run the following commands to see this application on your own machine:
# Clone this repository
git clone https://github.com/dcdm3g/tic-tac-toe
# Go to the created folder
cd tic-tac-toe
# Install dependencies
pnpm i
# Start the NextJS development server
pnpm dev
Great! The NextJS development server should start at http://localhost:3000. See the NextJS docs if you need to.