GithubHelp home page GithubHelp logo

salmanjnr / lidraughts-boardimage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roepstoep/lidraughts-boardimage

0.0 0.0 0.0 39 KB

An HTTP service that renders draughts board images

License: GNU Affero General Public License v3.0

Python 100.00%

lidraughts-boardimage's Introduction

lidraughts-boardimage

Intended for personal use

An HTTP service that renders draughts board images, used for lidraughts.org

It includes a minimal implementation of the python-chess library for draughts (only piece/board representation and svg).

It uses the same API as web-boardimage, where move notation and FEN strings are replaced by their draughts counterparts. See the adapted installation and usage instructions below.

Usage

python3 server.py [--port 8080] [--bind 127.0.0.1] [--css default.css]

Installation

Requires Python 3.4+.

sudo apt-get install python3-dev libffi-dev libxml2-dev libxslt1-dev libcairo2

pip install -r requirements.txt

HTTP API

GET /board.svg render an SVG

name type default description
fen string required FEN of the position with at least the board part
boardSize string 10 The width and height of the board, e.g. 10 or 8
orientation string white white or black
size int 360 The width and height of the image
lastMove string (none) The last move to highlight, e.g. 0510
arrows string (none) Draw arrows and circles, e.g. 0622,44

GET /board.png render a PNG

lidraughts-boardimage's People

Contributors

niklasf avatar roepstoep avatar salmanjnr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.