Skip to content

SivanMehta/tic-tac-toe

Repository files navigation

Tic Tac Toe

This is an attempt for me to practice my UI development and build a basic game server with web sockets. I may or may not try to deploy it somewhere.

Install Dependencies

npm ci

Start app

npm start

Directory Structure

The repo is organized into 2 npm workspaces, which are located in the packages directory

  • packages/client - The client-side of the application that is served to browsers
  • packages/server - The server-side of the application that governs game state

About

server and client for tic tac toe

Topics

Resources

Stars

Watchers

Forks