All Projects → seiyria → deck.zone

seiyria / deck.zone

Licence: other
A board game creation tool.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
Nearley
35 projects
CSS
56736 projects

Projects that are alternatives of or similar to deck.zone

Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+1573.68%)
Mutual labels:  board, card
Cercle
Cercle is a CRM+Project Manager for your organization - Phoenix Framework & Vuejs
Stars: ✭ 284 (+1394.74%)
Mutual labels:  board, card
react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: ✭ 41 (+115.79%)
Mutual labels:  board, card
obb-rules
Orion's Belt BattleGrounds battle engine
Stars: ✭ 13 (-31.58%)
Mutual labels:  board-game, board
beemos
BEE MOnitoring System: create an infrastructure for monitoring beehives
Stars: ✭ 16 (-15.79%)
Mutual labels:  board
stampadia
A daily print-and-play roguelike adventure you can play offline.
Stars: ✭ 35 (+84.21%)
Mutual labels:  board-game
Quarto
A working example of the Quarto board game using Elm and Netlify. An exploration of game development, OSS, and functional programming.
Stars: ✭ 15 (-21.05%)
Mutual labels:  board-game
airboardgame
AirBoardGame is a virtual tabletop to play and create any boardgame online with your friends
Stars: ✭ 45 (+136.84%)
Mutual labels:  board-game
tableaunoir
An online blackboard 🖉 with fridge magnets 🌈🧲 for teaching, and making animations 🏃 and presentations ⎚.
Stars: ✭ 149 (+684.21%)
Mutual labels:  board
besogo
Embeddable SGF editor/viewer for the game of Go (aka Weiqi, Baduk)
Stars: ✭ 82 (+331.58%)
Mutual labels:  board-game
ESP8266TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tas…
Stars: ✭ 85 (+347.37%)
Mutual labels:  board
everdell
🐿️ Play Everdell Online!
Stars: ✭ 18 (-5.26%)
Mutual labels:  board-game
gatsby-source-trello
Source plugin for pulling data into Gatsby from Trello using
Stars: ✭ 21 (+10.53%)
Mutual labels:  board
tincisnotcatan
An online version of Settlers of Catan with additional advanced economic features
Stars: ✭ 117 (+515.79%)
Mutual labels:  board-game
z-pot
project overview tool, used to analyze the amount of code, the number of files, code statistics and so on.
Stars: ✭ 18 (-5.26%)
Mutual labels:  board
TablutCompetition
Software for the Tablut Students Competition
Stars: ✭ 17 (-10.53%)
Mutual labels:  board-game
tripreader-data
“读卡识途”项目公开数据
Stars: ✭ 58 (+205.26%)
Mutual labels:  card
Alphazero gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Stars: ✭ 2,570 (+13426.32%)
Mutual labels:  board-game
Sabaki
An elegant Go board and SGF editor for a more civilized age.
Stars: ✭ 1,768 (+9205.26%)
Mutual labels:  board-game
php-chess
A chess library for PHP.
Stars: ✭ 42 (+121.05%)
Mutual labels:  board

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].