Tic Tac Toe - T3
Tic Tic Toe is a mini multiplayer game for two players. It can be played even locally.
Run Locally
Clone the repo and install dependencies
git clone https://github.com/hrvsdev/tic-tac-toe
cd tic-tac-toe
npm install
Run dev server or build the app
npm run dev
npm run build
Features
- Real-time connection with database.
- In game chat with other player.
- Reconnect to game if player disconnects.
- Local game with friend.
- Music and sounds on whole UI
- Primary Language: TypeScript
- Front-end & UI: Svelte
- SSR Framework: SvelteKit
- Database: Firebase Realtime Database
- IDE: VS Code
- Hosting: Vercel