Skip to content

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex game

How to install and run it in the intellij

$ npm install

This command will create all the dependencies

ctrl+shift+alt+s

Open intellij setting and install nodejs plugin.

click Edit configuration in the Run menu to point to %project%/app.js

How to run Jasmine tests

$ npm install
$ node runAllSpecs.js

How to generate a QR code

Into an output file:

$ java -jar tools/qrcode-generator-1.0.0-shaded.jar -f png -w 125 -h 125 -o output.png -u http://hexgame

Into a dataURI (that you can then use in a <img src="data:image/png;base64,iVBORw[...]" />):

$ java -jar qrcode-generator-1.0.0-shaded.jar -f dataURI -w 125 -h 125 -u http://hexgame

About

node js, express, socketio-jwt

Resources

Stars

0 stars

Watchers

14 watching

Forks

Releases

Packages

Contributors

Languages