seiyria / deck.zone

A board game creation tool.

Home Page:https://deck.zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deck.zone

Setup

  • clone repo
  • npm i
  • npm start

Adding a New Plugin

  • Create the .ne file in decklang/plugins
  • Include the .ne file in decklang/_directives
  • Add the new directive to the Directives -> line in decklang/_directives
  • Add a definition file in src/decklang/plugins/
  • Add the export for the definition file in src/decklang/plugins/_plugins.js

About

A board game creation tool.

https://deck.zone


Languages

Language:JavaScript 44.7%Language:TypeScript 32.3%Language:HTML 13.2%Language:Nearley 7.3%Language:CSS 2.5%