Skip to content

A tug-o-war game with Remix, WebSockets, and MSW.

Notifications You must be signed in to change notification settings

kettanaito/tug-o-war

Repository files navigation

Tug-o-war game in action

Tug-o-War Game

A tug-o-war game with Remix, WebSockets, and MSW. Help the stubborn dwarves settle one of the most important questions of humankind: Tabs or Spaces? And, well, learn about the WebSocket mocking with MSW while you're at it!

👉 Play the live game 👈

If you are reading this after EpicWeb Conf 2024, launch the game in Admin mode and click "Start game" in order to play.

Key points

Local development

npm install
npm run dev

For build and preview:

npm run build
npm start

Learn more