WordWars
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
A real-time multiplayer word game where players compete to spot words from a shared pool of letter tiles.
- Two players join the game
- A pool of letter tiles starts face down in the center
- Players take turns flipping tiles to reveal letters
- When you spot a word using the revealed letters, type it in the input box and submit
- If you're first to submit a valid word, you claim those letters and score points
- The game continues until all tiles are flipped or no more words can be made
backend/- Hono API server with WebSocket support for real-time gameplayfrontend/- React-based game interfaceshared/- Shared types and utilities
- Real-time multiplayer with WebSocket connections
- Turn-based tile flipping
- Word validation
- Live scoring
- Game state synchronization