szymmis / tic-tac-toe

🎲 WebSocket Tic Tac Toe using vite-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎲 Tic Tac Toe

WebSocket tic tac toe implementation

Game preview

πŸ’¬ Introduction

This is a websocket implementation of a popular tic tac toe game based on a React frontend and Express backend glued together by vite-express. Among the features apart from the obvious one is registration, authorization and match history recording.

πŸ”§ Setup

To ensure that everything works great Node 20 should be used.

  • Install dependencies

    npm install
  • Run express server in developement mode

    npm run dev
  • Visit http://localhost:3000

  • You can run tests with

    npm run test

About

🎲 WebSocket Tic Tac Toe using vite-express


Languages

Language:TypeScript 96.1%Language:JavaScript 2.3%Language:HTML 0.9%Language:Shell 0.3%Language:Dockerfile 0.3%Language:CSS 0.1%