andrepadez / turbo-battleship

Home Page:https://turbo-battleship-web-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BattleShip PoC with TurboRepo

  • web app
  • native app (with Expo)
  • server (socket.io)

Running the project

  • clone the project
  • cd into it
  • $ npm install
  • $ npm run dev will run the web version on http://localhost:5173 and the websocket version
  • $ npm run dev:native will run the expo (react-native) version (doesn't run the server by itself)

Ready, running and stress-tested

  • management of multi-clients
  • Room management between clients
  • Pre-Game setup

TODO

  • actual Game implementation
  • figure out why android is not connecting through socket.io

About

https://turbo-battleship-web-app.vercel.app


Languages

Language:TypeScript 78.1%Language:JavaScript 14.3%Language:CSS 4.1%Language:Dockerfile 2.0%Language:HTML 0.9%Language:Handlebars 0.6%