/diris-app

A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Diris App

A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.

Setup

First, install Phonegap. Then:

git clone git@gitlab.com:mshepherd/diris-app.git
cd diris-app
phonegap prepare
phonegap serve

In the terminal you should see a URL. Navigate to that URL in the browser, or use it in the Phonegap developer app.

Server

The backend code is hosted in its own repository.