emordonez / connecting-wall

A web implementation of the connecting wall from "Only Connect," built with Vue
https://connecting-wall.netlify.app/
MIT License
15 stars 8 forks source link
puzzle-game vue

"Only Connect" Connecting Wall

A web implementation of the connecting wall from the BBC quiz show "Only Connect." Solve the wall by finding the four links connecting four items each among 16 seemingly unrelated clues. Try some of the walls from the show, or create your own wall to share with others.

Changelog

Upcoming features

Setup

Install all dependencies then serve on a local host:

yarn install
yarn serve

Compile and minify for production:

yarn build

The built HTML can then be served from dist with serve:

serve -s dist