egandro / sbgck-dev-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Board Games Construction Kit

Development game

Used for testing / developing the APIs.

3rd Party Tools that are required

Linux

$ sudo apt-get install imagemagick
$ sudo apt-get install sox

Windows:

choco install imagemagick
choco install sox.portable

ToDo (Audio):

Build & Run Commands

Main command

npm run build
npm start

How to create image maps

This is done with Gimp: Filter/Map/Imagemap.

We convert them to json.

What to print?

Board: boards/Arctic-base.png Map

  • File taken from here https://deepnight.net/tools/rpg-map/#&gid=1&pid=4
  • Use A4 poster print (2 pages)
  • Experiment with the paper type.
    • For my Canon Inkjet it's ok to use the super glossy photo paper. Be warned! Reflections might cause OpenCV to behave very strange.

Tokens: svg/no_auto_create/token_all.svg Tokens

Color Checker: svg/no_auto_create/color_checker_old.svg Color Checker

I18n

  this.text(t`${ narrator }Please make sure the camera is working, please check the zoom level and make sure it can see the playfield.`);

About


Languages

Language:TypeScript 100.0%