All Projects → SabakiHQ → Shudan

SabakiHQ / Shudan

Licence: mit
A highly customizable, low-level Preact Goban component.

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Shudan

React Modern Library Boilerplate
Boilerplate for publishing modern React modules with Rollup
Stars: ✭ 285 (+562.79%)
Mutual labels:  component, preact
Whack A Mole
Offline-first arcade game for children
Stars: ✭ 40 (-6.98%)
Mutual labels:  game, preact
React Hint
Tooltip component for React, Preact, Inferno
Stars: ✭ 338 (+686.05%)
Mutual labels:  component, preact
Geotic
Entity Component System library for javascript
Stars: ✭ 97 (+125.58%)
Mutual labels:  game, component
Create React Library
⚡CLI for creating reusable react libraries.
Stars: ✭ 4,554 (+10490.7%)
Mutual labels:  component, preact
Pubg Battlepoint Farmbot
A simple easy to use working AFk battle point (bp) farming bot for player unknown battle grounds.
Stars: ✭ 40 (-6.98%)
Mutual labels:  game
React Sider
Lightweight Ant Design Pro like <Sider /> component integrated with Ant Design Menu.
Stars: ✭ 42 (-2.33%)
Mutual labels:  component
Slendr
A responsive & lightweight (2KB gzipped) slider for modern browsers. [UNMAINTAINED]
Stars: ✭ 39 (-9.3%)
Mutual labels:  component
Vst2
Bindings for vst2 sdk
Stars: ✭ 39 (-9.3%)
Mutual labels:  component
Vuescroll
A customizable scrollbar plugin based on vue.js for PC , mobile phone, touch screen, laptop.
Stars: ✭ 1,016 (+2262.79%)
Mutual labels:  component
Littleshooter2
Little shooter remake using React
Stars: ✭ 42 (-2.33%)
Mutual labels:  game
Vue Drag Resize
Vue Component for resize and drag elements
Stars: ✭ 1,007 (+2241.86%)
Mutual labels:  component
Svg To Component
Convert SVG to React/Vue components
Stars: ✭ 40 (-6.98%)
Mutual labels:  component
Event Dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
Stars: ✭ 7,946 (+18379.07%)
Mutual labels:  component
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: ✭ 42 (-2.33%)
Mutual labels:  game
Vue Clock Picker
A vue-based time picker Component
Stars: ✭ 39 (-9.3%)
Mutual labels:  component
Ecs Snake
Simple snake game powered by ecs framework.
Stars: ✭ 41 (-4.65%)
Mutual labels:  component
Sundog
A port of the Atari ST game SunDog: Frozen Legacy (1984) by FTL software
Stars: ✭ 42 (-2.33%)
Mutual labels:  game
Game Dogfight
Air to air combat game, created in Python 3 using HARFANG 3D.
Stars: ✭ 41 (-4.65%)
Mutual labels:  game
Endless Runner Entitas Ecs
Runner template for Unity
Stars: ✭ 41 (-4.65%)
Mutual labels:  game

Shudan Goban

A highly customizable, low-level Preact Goban component.

Screenshot

Features

  • Resizable
  • Board coordinates
  • Easy customization
  • Fuzzy stone placement
  • Stone placing animation
  • Board and stone markers
  • Lines and arrows
  • Heat and paint map
  • Busy state
  • Partial board

Documentation

See documentation.

Build Demo

Make sure you have Node.js v8 and npm installed. First, clone this repository via Git, then install all dependencies with npm:

$ git clone https://github.com/SabakiHQ/Shudan
$ cd Shudan
$ npm install

Use the build-demo script to build the demo project:

$ npm run build-demo

You can use the watch-demo command for development:

$ npm run watch-demo

Open demo/index.html in your browser to run demo. Alternatively, use build-demo-react and watch-demo-react to build the React-based demo.

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].