denvaar / jeopardy-game

Create and play your own Jeopardy game board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jeopardy-game

Create and play your own game of Jeopardy. I threw this together to play with my family over Christmas time. Used React, React-router, Redux, and Electron.

Installation

There's an app in the dist directory. To run the app for development, comment out the necessary things and run:

npm install

npm run-script watch

npm start

To package the app for OSX:

npm run-script build

electron-packager ./jeopardy Jeopardy --version 1.2.4 --platform=darwin --out=[insert output path here] --arch=all --ignore="(node_modules)"

Testing

First unzip the zip file in dist/ and then run

npm test

Screen shots

screen shot 2016-12-17 at 3 46 48 pm

screen shot 2016-12-17 at 3 53 04 pm

screen shot 2016-12-17 at 4 00 53 pm

About

Create and play your own Jeopardy game board.


Languages

Language:JavaScript 98.6%Language:HTML 0.8%Language:CSS 0.6%