Skip to content

benpence/connections.games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An online version of the Codenames game. Largely based on the experience playing https://www.horsepaste.com/.

Install

# Client
$ npm install
$ PATH="$PATH:./node_modules/.bin/" bower install

# Server
$ stack install

Build

# Client
$ PATH="$PATH:./node_modules/.bin/" pulp browserify \
    --src-path src/main/purescript/ \
    --optimise \
    --to src/main/resources/static/index.js

# Server
$ stack build

Run

$ stack exec connections-main
# Browse to http://localhost:3000/