Skip to content

Offline-enabled version of the board game Code Names

License

Notifications You must be signed in to change notification settings

paullessing/codenames

Repository files navigation

Codenames: Duet

Implementation of the board game Codenames: Duet, the two-player version of Codenames.

This version of the game is intended for offline play as a PWA, and only requires a shared seed between two players to set up the same game.

Live builds are deployed here:

Build information

This project is built using SvelteKit 1.0. Package management is handled using yarn.

To run the dev mode:

yarn dev

This will set up a live-reloading developer environment and run the game at localhost:5173.

To build a standalone deployable:

yarn build

This creates a fully static site in the build directory.

On push to main, the latest version is automatically deployed to GitHub Pages and available at https://codenames.lessi.ng.

About

Offline-enabled version of the board game Code Names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published