/freq

Freq is an online multiplayer implementation of the boardgames Wavelength, Codenames, Coup, and The Resistance.

Primary LanguageTypeScriptMIT LicenseMIT

Freq

Freq is an online multiplayer implementation of the boardgame Wavelength. Users can start or join a game using a room code which will share the game board meter and clues and allow users to make guesses.

Build

Application uses NextJS, a Javascript React framework, for the frontend and serverless API endpoints, and MongoDB to store game sessions.

To start in development mode:

npm install
npm run dev

To build:

npm run build